Class: Aws::DevOpsAgent::Types::UpdateAgentSpaceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::UpdateAgentSpaceInput
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Input for updating an existing AgentSpace's properties. All fields except agentSpaceId are optional for partial updates.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the AgentSpace.
-
#description ⇒ String
The updated description of the AgentSpace.
-
#locale ⇒ String
The updated locale for the AgentSpace, which determines the language used in agent responses.
-
#name ⇒ String
The updated name of the AgentSpace.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the AgentSpace
4741 4742 4743 4744 4745 4746 4747 4748 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4741 class UpdateAgentSpaceInput < Struct.new( :agent_space_id, :name, :description, :locale) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The updated description of the AgentSpace.
4741 4742 4743 4744 4745 4746 4747 4748 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4741 class UpdateAgentSpaceInput < Struct.new( :agent_space_id, :name, :description, :locale) SENSITIVE = [:description] include Aws::Structure end |
#locale ⇒ String
The updated locale for the AgentSpace, which determines the language used in agent responses.
4741 4742 4743 4744 4745 4746 4747 4748 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4741 class UpdateAgentSpaceInput < Struct.new( :agent_space_id, :name, :description, :locale) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The updated name of the AgentSpace.
4741 4742 4743 4744 4745 4746 4747 4748 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4741 class UpdateAgentSpaceInput < Struct.new( :agent_space_id, :name, :description, :locale) SENSITIVE = [:description] include Aws::Structure end |