Class: Aws::CloudWatchOmni::Types::GetSpaceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::GetSpaceInput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#space_id ⇒ String
The unique ID of the space.
Instance Attribute Details
#space_id ⇒ String
The unique ID of the space.
2341 2342 2343 2344 2345 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2341 class GetSpaceInput < Struct.new( :space_id) SENSITIVE = [] include Aws::Structure end |