Class: Aws::DevOpsAgent::Types::CreateAgentSpaceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::CreateAgentSpaceInput
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Input for creating a new AgentSpace.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Client-provided token to ensure request idempotency.
-
#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.
-
#tags ⇒ Hash<String,String>
Tags to add to the AgentSpace at creation time.
Instance Attribute Details
#client_token ⇒ String
Client-provided token to ensure request idempotency. When the same token is provided in subsequent calls, the same response is returned within a 8-hour window.
A suitable default value is auto-generated. You should normally not need to pass this option.
495 496 497 498 499 500 501 502 503 504 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 495 class CreateAgentSpaceInput < Struct.new( :name, :description, :locale, :kms_key_arn, :client_token, :tags) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of the AgentSpace.
495 496 497 498 499 500 501 502 503 504 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 495 class CreateAgentSpaceInput < Struct.new( :name, :description, :locale, :kms_key_arn, :client_token, :tags) 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.
495 496 497 498 499 500 501 502 503 504 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 495 class CreateAgentSpaceInput < Struct.new( :name, :description, :locale, :kms_key_arn, :client_token, :tags) SENSITIVE = [:description] include Aws::Structure end |
#locale ⇒ String
The locale for the AgentSpace, which determines the language used in agent responses.
495 496 497 498 499 500 501 502 503 504 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 495 class CreateAgentSpaceInput < Struct.new( :name, :description, :locale, :kms_key_arn, :client_token, :tags) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the AgentSpace.
495 496 497 498 499 500 501 502 503 504 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 495 class CreateAgentSpaceInput < Struct.new( :name, :description, :locale, :kms_key_arn, :client_token, :tags) SENSITIVE = [:description] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags to add to the AgentSpace at creation time.
495 496 497 498 499 500 501 502 503 504 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 495 class CreateAgentSpaceInput < Struct.new( :name, :description, :locale, :kms_key_arn, :client_token, :tags) SENSITIVE = [:description] include Aws::Structure end |