Class: Aws::CloudWatchOmni::Types::GetSpaceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::GetSpaceOutput
- 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 space.
Instance Attribute Details
#space ⇒ Types::Space
The details of the space.
2353 2354 2355 2356 2357 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2353 class GetSpaceOutput < Struct.new( :space) SENSITIVE = [] include Aws::Structure end |