Class: Aws::Resiliencehubv2::Types::CreateSystemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::CreateSystemResponse
- 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 created system.
Instance Attribute Details
#system ⇒ Types::System
The created system.
702 703 704 705 706 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 702 class CreateSystemResponse < Struct.new( :system) SENSITIVE = [] include Aws::Structure end |