Class: Aws::CloudWatchOmni::Types::SpaceSummary

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

Overview

Summary of a space. Call GetSpace for the full space.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the space was created.

Returns:

  • (Time)


4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4643

class SpaceSummary < Struct.new(
  :space_id,
  :name,
  :space_arn,
  :domain_arn,
  :region,
  :owner_account_id,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#domain_arnString

The Amazon Resource Name (ARN) of the domain the space belongs to. Absent when the space is not associated with a domain, so callers must tolerate its absence.

Returns:

  • (String)


4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4643

class SpaceSummary < Struct.new(
  :space_id,
  :name,
  :space_arn,
  :domain_arn,
  :region,
  :owner_account_id,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name that identifies the space.

Returns:

  • (String)


4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4643

class SpaceSummary < Struct.new(
  :space_id,
  :name,
  :space_arn,
  :domain_arn,
  :region,
  :owner_account_id,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#owner_account_idString

AWS account ID that owns this space.

Returns:

  • (String)


4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4643

class SpaceSummary < Struct.new(
  :space_id,
  :name,
  :space_arn,
  :domain_arn,
  :region,
  :owner_account_id,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The region where this space was created.

Returns:

  • (String)


4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4643

class SpaceSummary < Struct.new(
  :space_id,
  :name,
  :space_arn,
  :domain_arn,
  :region,
  :owner_account_id,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#space_arnString

The Amazon Resource Name (ARN) of the space.

Returns:

  • (String)


4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4643

class SpaceSummary < Struct.new(
  :space_id,
  :name,
  :space_arn,
  :domain_arn,
  :region,
  :owner_account_id,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#space_idString

The unique ID of the space.

Returns:

  • (String)


4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4643

class SpaceSummary < Struct.new(
  :space_id,
  :name,
  :space_arn,
  :domain_arn,
  :region,
  :owner_account_id,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the space.

Returns:

  • (String)


4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4643

class SpaceSummary < Struct.new(
  :space_id,
  :name,
  :space_arn,
  :domain_arn,
  :region,
  :owner_account_id,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

Reason for the current space status.

Returns:

  • (String)


4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4643

class SpaceSummary < Struct.new(
  :space_id,
  :name,
  :space_arn,
  :domain_arn,
  :region,
  :owner_account_id,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the space was last updated.

Returns:

  • (Time)


4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4643

class SpaceSummary < Struct.new(
  :space_id,
  :name,
  :space_arn,
  :domain_arn,
  :region,
  :owner_account_id,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end