Class: Aws::Resiliencehubv2::Types::UpdateSystemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UpdateSystemResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#system ⇒ Types::System
The updated system.
Instance Attribute Details
#system ⇒ Types::System
The updated system.
4789 4790 4791 4792 4793 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4789 class UpdateSystemResponse < Struct.new( :system) SENSITIVE = [] include Aws::Structure end |