Class: Aws::SecurityAgent::Types::CodeReview
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::CodeReview
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Represents a code review configuration that defines the parameters for automated security-focused code analysis, including target assets and logging configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the agent space that contains the code review.
-
#assets ⇒ Types::Assets
The assets included in the code review.
-
#code_remediation_strategy ⇒ String
The code remediation strategy for the code review.
-
#code_review_id ⇒ String
The unique identifier of the code review.
-
#created_at ⇒ Time
The date and time the code review was created, in UTC format.
-
#log_config ⇒ Types::CloudWatchLog
The CloudWatch Logs configuration for the code review.
-
#service_role ⇒ String
The IAM service role used for the code review.
-
#title ⇒ String
The title of the code review.
-
#updated_at ⇒ Time
The date and time the code review was last updated, in UTC format.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space that contains the code review.
999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 999 class CodeReview < Struct.new( :code_review_id, :agent_space_id, :title, :assets, :service_role, :log_config, :code_remediation_strategy, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#assets ⇒ Types::Assets
The assets included in the code review.
999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 999 class CodeReview < Struct.new( :code_review_id, :agent_space_id, :title, :assets, :service_role, :log_config, :code_remediation_strategy, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#code_remediation_strategy ⇒ String
The code remediation strategy for the code review.
999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 999 class CodeReview < Struct.new( :code_review_id, :agent_space_id, :title, :assets, :service_role, :log_config, :code_remediation_strategy, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#code_review_id ⇒ String
The unique identifier of the code review.
999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 999 class CodeReview < Struct.new( :code_review_id, :agent_space_id, :title, :assets, :service_role, :log_config, :code_remediation_strategy, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time the code review was created, in UTC format.
999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 999 class CodeReview < Struct.new( :code_review_id, :agent_space_id, :title, :assets, :service_role, :log_config, :code_remediation_strategy, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#log_config ⇒ Types::CloudWatchLog
The CloudWatch Logs configuration for the code review.
999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 999 class CodeReview < Struct.new( :code_review_id, :agent_space_id, :title, :assets, :service_role, :log_config, :code_remediation_strategy, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#service_role ⇒ String
The IAM service role used for the code review.
999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 999 class CodeReview < Struct.new( :code_review_id, :agent_space_id, :title, :assets, :service_role, :log_config, :code_remediation_strategy, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the code review.
999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 999 class CodeReview < Struct.new( :code_review_id, :agent_space_id, :title, :assets, :service_role, :log_config, :code_remediation_strategy, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time the code review was last updated, in UTC format.
999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 999 class CodeReview < Struct.new( :code_review_id, :agent_space_id, :title, :assets, :service_role, :log_config, :code_remediation_strategy, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |