Class: Aws::Resiliencehubv2::Types::DeleteTestResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::DeleteTestResponse
- Defined in:
- gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_id ⇒ String
The identifier of the deleted test.
Instance Attribute Details
#test_id ⇒ String
The identifier of the deleted test.
1103 1104 1105 1106 1107 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1103 class DeleteTestResponse < Struct.new( :test_id) SENSITIVE = [] include Aws::Structure end |