Class: Aws::DevOpsAgent::Types::AgentSpace
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::AgentSpace
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Represents a complete AgentSpace with all its properties, timestamps, encryption settings, and unique identifier.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the AgentSpace.
-
#created_at ⇒ Time
The timestamp when the resource was created.
-
#description ⇒ String
The description of the AgentSpace.
-
#kms_key_arn ⇒ String
The ARN of the AWS Key Management Service (AWS KMS) customer managed key that's used to encrypt resources.
-
#locale ⇒ String
The locale for the AgentSpace, which determines the language used in agent responses.
-
#name ⇒ String
The name of the AgentSpace.
-
#updated_at ⇒ Time
The timestamp when the resource was last updated.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the AgentSpace
196 197 198 199 200 201 202 203 204 205 206 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 196 class AgentSpace < Struct.new( :name, :description, :locale, :created_at, :updated_at, :kms_key_arn, :agent_space_id) SENSITIVE = [:description] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the resource was created.
196 197 198 199 200 201 202 203 204 205 206 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 196 class AgentSpace < Struct.new( :name, :description, :locale, :created_at, :updated_at, :kms_key_arn, :agent_space_id) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of the AgentSpace.
196 197 198 199 200 201 202 203 204 205 206 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 196 class AgentSpace < Struct.new( :name, :description, :locale, :created_at, :updated_at, :kms_key_arn, :agent_space_id) SENSITIVE = [:description] include Aws::Structure end |
#kms_key_arn ⇒ String
The ARN of the AWS Key Management Service (AWS KMS) customer managed key that's used to encrypt resources.
196 197 198 199 200 201 202 203 204 205 206 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 196 class AgentSpace < Struct.new( :name, :description, :locale, :created_at, :updated_at, :kms_key_arn, :agent_space_id) SENSITIVE = [:description] include Aws::Structure end |
#locale ⇒ String
The locale for the AgentSpace, which determines the language used in agent responses.
196 197 198 199 200 201 202 203 204 205 206 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 196 class AgentSpace < Struct.new( :name, :description, :locale, :created_at, :updated_at, :kms_key_arn, :agent_space_id) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the AgentSpace.
196 197 198 199 200 201 202 203 204 205 206 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 196 class AgentSpace < Struct.new( :name, :description, :locale, :created_at, :updated_at, :kms_key_arn, :agent_space_id) SENSITIVE = [:description] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the resource was last updated.
196 197 198 199 200 201 202 203 204 205 206 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 196 class AgentSpace < Struct.new( :name, :description, :locale, :created_at, :updated_at, :kms_key_arn, :agent_space_id) SENSITIVE = [:description] include Aws::Structure end |