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.
-
#max_task_hours ⇒ ::Float
Returns the value of attribute max_task_hours.
-
#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.
503 504 505 |
# File 'sig/types.rbs', line 503 def code_remediation_strategy @code_remediation_strategy end |
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
491 492 493 |
# File 'sig/types.rbs', line 491 def code_review_id @code_review_id end |
#code_review_job_id ⇒ ::String
Returns the value of attribute code_review_job_id.
490 491 492 |
# File 'sig/types.rbs', line 490 def code_review_job_id @code_review_job_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
505 506 507 |
# File 'sig/types.rbs', line 505 def created_at @created_at end |
#documents ⇒ ::Array[Types::DocumentInfo]
Returns the value of attribute documents.
495 496 497 |
# File 'sig/types.rbs', line 495 def documents @documents end |
#error_information ⇒ Types::ErrorInformation
Returns the value of attribute error_information.
501 502 503 |
# File 'sig/types.rbs', line 501 def error_information @error_information end |
#execution_context ⇒ ::Array[Types::ExecutionContext]
Returns the value of attribute execution_context.
498 499 500 |
# File 'sig/types.rbs', line 498 def execution_context @execution_context end |
#integrated_repositories ⇒ ::Array[Types::IntegratedRepository]
Returns the value of attribute integrated_repositories.
502 503 504 |
# File 'sig/types.rbs', line 502 def integrated_repositories @integrated_repositories end |
#log_config ⇒ Types::CloudWatchLog
Returns the value of attribute log_config.
500 501 502 |
# File 'sig/types.rbs', line 500 def log_config @log_config end |
#max_task_hours ⇒ ::Float
Returns the value of attribute max_task_hours.
504 505 506 |
# File 'sig/types.rbs', line 504 def max_task_hours @max_task_hours end |
#overview ⇒ ::String
Returns the value of attribute overview.
493 494 495 |
# File 'sig/types.rbs', line 493 def overview @overview end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
499 500 501 |
# File 'sig/types.rbs', line 499 def service_role @service_role end |
#source_code ⇒ ::Array[Types::SourceCodeRepository]
Returns the value of attribute source_code.
496 497 498 |
# File 'sig/types.rbs', line 496 def source_code @source_code end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
494 495 496 |
# File 'sig/types.rbs', line 494 def status @status end |
#steps ⇒ ::Array[Types::Step]
Returns the value of attribute steps.
497 498 499 |
# File 'sig/types.rbs', line 497 def steps @steps end |
#title ⇒ ::String
Returns the value of attribute title.
492 493 494 |
# File 'sig/types.rbs', line 492 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
506 507 508 |
# File 'sig/types.rbs', line 506 def updated_at @updated_at end |