Class: Aws::Resiliencehubv2::Types::GetSystemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::GetSystemResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#system ⇒ Types::System
The requested system.
Instance Attribute Details
#system ⇒ Types::System
The requested system.
1512 1513 1514 1515 1516 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1512 class GetSystemResponse < Struct.new( :system) SENSITIVE = [] include Aws::Structure end |