Class: Aws::CloudWatchOmni::Types::UpdateSpaceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::UpdateSpaceOutput
- 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 updated details of the space.
Instance Attribute Details
#space ⇒ Types::Space
The updated details of the space.
5129 5130 5131 5132 5133 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5129 class UpdateSpaceOutput < Struct.new( :space) SENSITIVE = [] include Aws::Structure end |