Class: Aws::SecurityAgent::Types::UpdateAgentSpaceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::UpdateAgentSpaceInput
- 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
-
#agent_space_id ⇒ String
ID of the agent space to update.
-
#aws_resources ⇒ Types::AWSResources
AWS resource configurations associated with the agent space.
-
#code_review_settings ⇒ Types::CodeReviewSettings
Configuration for code review analysis, including controls scanning and general purpose scanning settings.
-
#description ⇒ String
Description of the agent space.
-
#name ⇒ String
Name of the agent space.
-
#target_domain_ids ⇒ Array<String>
Target domain IDs to associate with the agent space.
Instance Attribute Details
#agent_space_id ⇒ String
ID of the agent space to update
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_resources ⇒ Types::AWSResources
AWS resource configurations associated with the agent space
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_settings ⇒ Types::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 |
#description ⇒ String
Description of the agent space
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 |
#name ⇒ String
Name of the agent space
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_ids ⇒ Array<String>
Target domain IDs to associate with the agent space
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 |