Class: Aws::Resiliencehubv2::Types::UpdateTestResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UpdateTestResponse
- 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 updated test.
Instance Attribute Details
#test ⇒ Types::Test
The updated test.
7136 7137 7138 7139 7140 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 7136 class UpdateTestResponse < Struct.new( :test) SENSITIVE = [] include Aws::Structure end |