Class: Aws::Resiliencehubv2::Types::CreateSystemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::CreateSystemResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#system ⇒ Types::System
The created system.
Instance Attribute Details
#system ⇒ Types::System
The created system.
696 697 698 699 700 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 696 class CreateSystemResponse < Struct.new( :system) SENSITIVE = [] include Aws::Structure end |