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

ID of the agent space to update

Returns:

  • (String)


3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3701

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

AWS resource configurations associated with the agent space

Returns:



3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3701

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

Configuration for code review analysis, including controls scanning and general purpose scanning settings



3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3701

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

#descriptionString

Description of the agent space

Returns:

  • (String)


3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3701

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

#nameString

Name of the agent space

Returns:

  • (String)


3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3701

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>

Target domain IDs to associate with the agent space

Returns:

  • (Array<String>)


3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3701

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