Class: Aws::CloudWatchOmni::Types::SpaceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::SpaceSummary
- 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
-
#created_at ⇒ Time
The timestamp when the space was created.
-
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the domain the space belongs to.
-
#name ⇒ String
A name that identifies the space.
-
#owner_account_id ⇒ String
AWS account ID that owns this space.
-
#region ⇒ String
The region where this space was created.
-
#space_arn ⇒ String
The Amazon Resource Name (ARN) of the space.
-
#space_id ⇒ String
The unique ID of the space.
-
#status ⇒ String
The status of the space.
-
#status_reason ⇒ String
Reason for the current space status.
-
#updated_at ⇒ Time
The timestamp when the space was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the space was created.
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_arn ⇒ String
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.
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 |
#name ⇒ String
A name that identifies the space.
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_id ⇒ String
AWS account ID that owns this space.
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 |
#region ⇒ String
The region where this space was created.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the space.
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_id ⇒ String
The unique ID of the space.
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 ⇒ String
The status of the space.
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_reason ⇒ String
Reason for the current space status.
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_at ⇒ Time
The timestamp when the space was last updated.
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 |