Class: Aws::SecurityAgent::Types::UpdateCodeReviewInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

Input for updating an existing code review.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier of the agent space that contains the code review.

Returns:

  • (String)


4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4948

class UpdateCodeReviewInput < Struct.new(
  :code_review_id,
  :agent_space_id,
  :title,
  :assets,
  :service_role,
  :log_config,
  :code_remediation_strategy)
  SENSITIVE = []
  include Aws::Structure
end

#assetsTypes::Assets

The updated assets for the code review.

Returns:



4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4948

class UpdateCodeReviewInput < Struct.new(
  :code_review_id,
  :agent_space_id,
  :title,
  :assets,
  :service_role,
  :log_config,
  :code_remediation_strategy)
  SENSITIVE = []
  include Aws::Structure
end

#code_remediation_strategyString

The updated code remediation strategy for the code review.

Returns:

  • (String)


4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4948

class UpdateCodeReviewInput < Struct.new(
  :code_review_id,
  :agent_space_id,
  :title,
  :assets,
  :service_role,
  :log_config,
  :code_remediation_strategy)
  SENSITIVE = []
  include Aws::Structure
end

#code_review_idString

The unique identifier of the code review to update.

Returns:

  • (String)


4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4948

class UpdateCodeReviewInput < Struct.new(
  :code_review_id,
  :agent_space_id,
  :title,
  :assets,
  :service_role,
  :log_config,
  :code_remediation_strategy)
  SENSITIVE = []
  include Aws::Structure
end

#log_configTypes::CloudWatchLog

The updated CloudWatch Logs configuration for the code review.



4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4948

class UpdateCodeReviewInput < Struct.new(
  :code_review_id,
  :agent_space_id,
  :title,
  :assets,
  :service_role,
  :log_config,
  :code_remediation_strategy)
  SENSITIVE = []
  include Aws::Structure
end

#service_roleString

The updated IAM service role for the code review.

Returns:

  • (String)


4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4948

class UpdateCodeReviewInput < Struct.new(
  :code_review_id,
  :agent_space_id,
  :title,
  :assets,
  :service_role,
  :log_config,
  :code_remediation_strategy)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The updated title of the code review.

Returns:

  • (String)


4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4948

class UpdateCodeReviewInput < Struct.new(
  :code_review_id,
  :agent_space_id,
  :title,
  :assets,
  :service_role,
  :log_config,
  :code_remediation_strategy)
  SENSITIVE = []
  include Aws::Structure
end