Class: Aws::CloudWatchOmni::Types::UpdateSpaceOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#spaceTypes::Space

The updated details of the space.

Returns:



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