Class: Aws::SecurityAgent::Types::CreateCodeReviewInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::CreateCodeReviewInput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Input for creating a new code review.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the agent space to create the code review in.
-
#assets ⇒ Types::Assets
The assets to include in the code review, such as documents and source code.
-
#code_remediation_strategy ⇒ String
The code remediation strategy for the code review.
-
#log_config ⇒ Types::CloudWatchLog
The CloudWatch Logs configuration for the code review.
-
#service_role ⇒ String
The IAM service role to use for the code review.
-
#title ⇒ String
The title of the code review.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space to create the code review in.
1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1517 class CreateCodeReviewInput < Struct.new( :title, :agent_space_id, :assets, :service_role, :log_config, :code_remediation_strategy) SENSITIVE = [] include Aws::Structure end |
#assets ⇒ Types::Assets
The assets to include in the code review, such as documents and source code.
1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1517 class CreateCodeReviewInput < Struct.new( :title, :agent_space_id, :assets, :service_role, :log_config, :code_remediation_strategy) SENSITIVE = [] include Aws::Structure end |
#code_remediation_strategy ⇒ String
The code remediation strategy for the code review. Valid values are AUTOMATIC and DISABLED.
1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1517 class CreateCodeReviewInput < Struct.new( :title, :agent_space_id, :assets, :service_role, :log_config, :code_remediation_strategy) SENSITIVE = [] include Aws::Structure end |
#log_config ⇒ Types::CloudWatchLog
The CloudWatch Logs configuration for the code review.
1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1517 class CreateCodeReviewInput < Struct.new( :title, :agent_space_id, :assets, :service_role, :log_config, :code_remediation_strategy) SENSITIVE = [] include Aws::Structure end |
#service_role ⇒ String
The IAM service role to use for the code review.
1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1517 class CreateCodeReviewInput < Struct.new( :title, :agent_space_id, :assets, :service_role, :log_config, :code_remediation_strategy) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the code review.
1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1517 class CreateCodeReviewInput < Struct.new( :title, :agent_space_id, :assets, :service_role, :log_config, :code_remediation_strategy) SENSITIVE = [] include Aws::Structure end |