Class: Aws::CloudWatchOmni::Types::GetSpaceOutput

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 details of the space.

Returns:



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