Class: Aws::CloudWatchOmni::Types::CreateSpaceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::CreateSpaceOutput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#space ⇒ Types::Space
The details of the created space.
Instance Attribute Details
#space ⇒ Types::Space
The details of the created space.
1314 1315 1316 1317 1318 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1314 class CreateSpaceOutput < Struct.new( :space) SENSITIVE = [] include Aws::Structure end |