Class: Aws::Resiliencehubv2::Types::DeleteTestResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::DeleteTestResponse
- Includes:
- Structure
- Defined in:
- 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.
1096 1097 1098 1099 1100 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1096 class DeleteTestResponse < Struct.new( :test_id) SENSITIVE = [] include Aws::Structure end |