Class: Aws::Resiliencehubv2::Types::UpdateSystemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UpdateSystemResponse
- Defined in:
- gems/aws-sdk-resiliencehubv2/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.
7087 7088 7089 7090 7091 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 7087 class UpdateSystemResponse < Struct.new( :system) SENSITIVE = [] include Aws::Structure end |