Class: Aws::SecurityAgent::Types::UpdateAgentSpaceInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

Input for updating an agent space.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier of the agent space to update.

Returns:

  • (String)


4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4825

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

#aws_resourcesTypes::AWSResources

The updated AWS resources to associate with the agent space.

Returns:



4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4825

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

#code_review_settingsTypes::CodeReviewSettings

The updated code review settings for the agent space.



4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4825

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

#descriptionString

The updated description of the agent space.

Returns:

  • (String)


4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4825

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

#nameString

The updated name of the agent space.

Returns:

  • (String)


4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4825

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

#target_domain_idsArray<String>

The updated list of target domain identifiers to associate with the agent space.

Returns:

  • (Array<String>)


4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4825

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