Class: Aws::Resiliencehubv2::Types::GetTestResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::GetTestResponse
- Defined in:
- gems/aws-sdk-resiliencehubv2/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.
1859 1860 1861 1862 1863 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1859 class GetTestResponse < Struct.new( :test) SENSITIVE = [] include Aws::Structure end |