Class: Aws::DevOpsAgent::Types::UpdateAgentSpaceInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#agent_space_idString

The unique identifier of the AgentSpace

Returns:

  • (String)


4693
4694
4695
4696
4697
4698
4699
4700
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4693

class UpdateAgentSpaceInput < Struct.new(
  :agent_space_id,
  :name,
  :description,
  :locale)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The updated description of the AgentSpace.

Returns:

  • (String)


4693
4694
4695
4696
4697
4698
4699
4700
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4693

class UpdateAgentSpaceInput < Struct.new(
  :agent_space_id,
  :name,
  :description,
  :locale)
  SENSITIVE = [:description]
  include Aws::Structure
end

#localeString

The updated locale for the AgentSpace, which determines the language used in agent responses.

Returns:

  • (String)


4693
4694
4695
4696
4697
4698
4699
4700
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4693

class UpdateAgentSpaceInput < Struct.new(
  :agent_space_id,
  :name,
  :description,
  :locale)
  SENSITIVE = [:description]
  include Aws::Structure
end

#nameString

The updated name of the AgentSpace.

Returns:

  • (String)


4693
4694
4695
4696
4697
4698
4699
4700
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4693

class UpdateAgentSpaceInput < Struct.new(
  :agent_space_id,
  :name,
  :description,
  :locale)
  SENSITIVE = [:description]
  include Aws::Structure
end