Class: Aws::Resiliencehubv2::Types::UpdateTestResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UpdateTestResponse
- Includes:
- Structure
- Defined in:
- 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.
6364 6365 6366 6367 6368 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6364 class UpdateTestResponse < Struct.new( :test) SENSITIVE = [] include Aws::Structure end |