Class: Aws::CloudWatchOmni::Types::Space

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

Overview

Detailed information about a space.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_core_evaluation_role_arnString

The ARN of the IAM role used by AgentCore online evaluation. Absent when the space was created without one.

Returns:

  • (String)


4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4552

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

#created_atTime

The timestamp when the space was created.

Returns:

  • (Time)


4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4552

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

#data_access_role_arnString

The ARN of the IAM role used for data access.

Returns:

  • (String)


4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4552

class Space < Struct.new(
  :space_id,
  :name,
  :space_arn,
  :domain_arn,
  :region,
  :owner_account_id,
  :data_access_role_arn,
  :created_at,
  :updated_at,
  :agent_core_evaluation_role_arn,
  :status,
  :status_reason,
  :encryption_configuration)
  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)


4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4552

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

#encryption_configurationTypes::EncryptionConfiguration

How the space's data at rest is encrypted. Always populated: a space with no customer managed key reports encryptionStrategy AWS_OWNED and no kmsKeyArn.



4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4552

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

#nameString

A name that identifies the space.

Returns:

  • (String)


4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4552

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

#owner_account_idString

AWS account ID that owns this space.

Returns:

  • (String)


4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4552

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

#regionString

The region where this space was created.

Returns:

  • (String)


4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4552

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

#space_arnString

The Amazon Resource Name (ARN) of the space.

Returns:

  • (String)


4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4552

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

#space_idString

The unique ID of the space.

Returns:

  • (String)


4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4552

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

#statusString

The status of the space.

Returns:

  • (String)


4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4552

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

#status_reasonString

Reason for the current space status.

Returns:

  • (String)


4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4552

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

#updated_atTime

The timestamp when the space was last updated.

Returns:

  • (Time)


4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4552

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