Class: Aws::Resiliencehubv2::Types::CreateTestResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::CreateTestResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test ⇒ Types::Test
The created test.
Instance Attribute Details
#test ⇒ Types::Test
The created test.
751 752 753 754 755 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 751 class CreateTestResponse < Struct.new( :test) SENSITIVE = [] include Aws::Structure end |