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.
1751 1752 1753 1754 1755 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1751 class GetTestResponse < Struct.new( :test) SENSITIVE = [] include Aws::Structure end |