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_id ⇒ String

The unique identifier of the agent space to update.

Returns:

  • (String)


8413
8414
8415
8416
8417
8418
8419
8420
8421
8422
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8413

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

#aws_resources ⇒ Types::AWSResources

The updated AWS resources to associate with the agent space.

Returns:



8413
8414
8415
8416
8417
8418
8419
8420
8421
8422
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8413

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

#code_review_settings ⇒ Types::CodeReviewSettings

The updated code review settings for the agent space.



8413
8414
8415
8416
8417
8418
8419
8420
8421
8422
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8413

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

#description ⇒ String

The updated description of the agent space.

Returns:

  • (String)


8413
8414
8415
8416
8417
8418
8419
8420
8421
8422
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8413

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

#name ⇒ String

The updated name of the agent space.

Returns:

  • (String)


8413
8414
8415
8416
8417
8418
8419
8420
8421
8422
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8413

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

#target_domain_ids ⇒ Array<String>

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

Returns:

  • (Array<String>)


8413
8414
8415
8416
8417
8418
8419
8420
8421
8422
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8413

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