Class: Aws::CloudWatchOmni::Types::Space
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::Space
- 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
-
#agent_core_evaluation_role_arn ⇒ String
The ARN of the IAM role used by AgentCore online evaluation.
-
#created_at ⇒ Time
The timestamp when the space was created.
-
#data_access_role_arn ⇒ String
The ARN of the IAM role used for data access.
-
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the domain the space belongs to.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
How the space's data at rest is encrypted.
-
#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
#agent_core_evaluation_role_arn ⇒ String
The ARN of the IAM role used by AgentCore online evaluation. Absent when the space was created without one.
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_at ⇒ Time
The timestamp when the space was created.
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_arn ⇒ String
The ARN of the IAM role used for data access.
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_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.
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_configuration ⇒ Types::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 |
#name ⇒ String
A name that identifies the space.
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_id ⇒ String
AWS account ID that owns this space.
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 |
#region ⇒ String
The region where this space was created.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the space.
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_id ⇒ String
The unique ID of the space.
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 ⇒ String
The status of the space.
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_reason ⇒ String
Reason for the current space status.
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_at ⇒ Time
The timestamp when the space was last updated.
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 |