Class: Aws::Types::CodeReviewJob
- Inherits:
-
Object
- Object
- Aws::Types::CodeReviewJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_remediation_strategy ⇒ "AUTOMATIC", "DISABLED"
Returns the value of attribute code_remediation_strategy.
-
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
-
#code_review_job_id ⇒ ::String
Returns the value of attribute code_review_job_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#documents ⇒ ::Array[Types::DocumentInfo]
Returns the value of attribute documents.
-
#error_information ⇒ Types::ErrorInformation
Returns the value of attribute error_information.
-
#execution_context ⇒ ::Array[Types::ExecutionContext]
Returns the value of attribute execution_context.
-
#integrated_repositories ⇒ ::Array[Types::IntegratedRepository]
Returns the value of attribute integrated_repositories.
-
#log_config ⇒ Types::CloudWatchLog
Returns the value of attribute log_config.
-
#overview ⇒ ::String
Returns the value of attribute overview.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#source_code ⇒ ::Array[Types::SourceCodeRepository]
Returns the value of attribute source_code.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#steps ⇒ ::Array[Types::Step]
Returns the value of attribute steps.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#code_remediation_strategy ⇒ "AUTOMATIC", "DISABLED"
Returns the value of attribute code_remediation_strategy.
482 483 484 |
# File 'sig/types.rbs', line 482 def code_remediation_strategy @code_remediation_strategy end |
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
470 471 472 |
# File 'sig/types.rbs', line 470 def code_review_id @code_review_id end |
#code_review_job_id ⇒ ::String
Returns the value of attribute code_review_job_id.
469 470 471 |
# File 'sig/types.rbs', line 469 def code_review_job_id @code_review_job_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
483 484 485 |
# File 'sig/types.rbs', line 483 def created_at @created_at end |
#documents ⇒ ::Array[Types::DocumentInfo]
Returns the value of attribute documents.
474 475 476 |
# File 'sig/types.rbs', line 474 def documents @documents end |
#error_information ⇒ Types::ErrorInformation
Returns the value of attribute error_information.
480 481 482 |
# File 'sig/types.rbs', line 480 def error_information @error_information end |
#execution_context ⇒ ::Array[Types::ExecutionContext]
Returns the value of attribute execution_context.
477 478 479 |
# File 'sig/types.rbs', line 477 def execution_context @execution_context end |
#integrated_repositories ⇒ ::Array[Types::IntegratedRepository]
Returns the value of attribute integrated_repositories.
481 482 483 |
# File 'sig/types.rbs', line 481 def integrated_repositories @integrated_repositories end |
#log_config ⇒ Types::CloudWatchLog
Returns the value of attribute log_config.
479 480 481 |
# File 'sig/types.rbs', line 479 def log_config @log_config end |
#overview ⇒ ::String
Returns the value of attribute overview.
472 473 474 |
# File 'sig/types.rbs', line 472 def overview @overview end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
478 479 480 |
# File 'sig/types.rbs', line 478 def service_role @service_role end |
#source_code ⇒ ::Array[Types::SourceCodeRepository]
Returns the value of attribute source_code.
475 476 477 |
# File 'sig/types.rbs', line 475 def source_code @source_code end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
473 474 475 |
# File 'sig/types.rbs', line 473 def status @status end |
#steps ⇒ ::Array[Types::Step]
Returns the value of attribute steps.
476 477 478 |
# File 'sig/types.rbs', line 476 def steps @steps end |
#title ⇒ ::String
Returns the value of attribute title.
471 472 473 |
# File 'sig/types.rbs', line 471 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
484 485 486 |
# File 'sig/types.rbs', line 484 def updated_at @updated_at end |