Class: Aws::Resiliencehubv2::Types::GetTestResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::GetTestResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test ⇒ Types::Test
The requested test.
Instance Attribute Details
#test ⇒ Types::Test
The requested test.
1665 1666 1667 1668 1669 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1665 class GetTestResponse < Struct.new( :test) SENSITIVE = [] include Aws::Structure end |