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.
778 779 780 781 782 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 778 class CreateTestResponse < Struct.new( :test) SENSITIVE = [] include Aws::Structure end |