Class: Aws::Types::CodeReviewJobTaskSummary
- Inherits:
-
Object
- Object
- Aws::Types::CodeReviewJobTaskSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#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.
-
#execution_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute execution_status.
-
#risk_type ⇒ "CROSS_SITE_SCRIPTING", ...
Returns the value of attribute risk_type.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
540 541 542 |
# File 'sig/types.rbs', line 540 def agent_space_id @agent_space_id end |
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
538 539 540 |
# File 'sig/types.rbs', line 538 def code_review_id @code_review_id end |
#code_review_job_id ⇒ ::String
Returns the value of attribute code_review_job_id.
539 540 541 |
# File 'sig/types.rbs', line 539 def code_review_job_id @code_review_job_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
544 545 546 |
# File 'sig/types.rbs', line 544 def created_at @created_at end |
#execution_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute execution_status.
543 544 545 |
# File 'sig/types.rbs', line 543 def execution_status @execution_status end |
#risk_type ⇒ "CROSS_SITE_SCRIPTING", ...
Returns the value of attribute risk_type.
542 543 544 |
# File 'sig/types.rbs', line 542 def risk_type @risk_type end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
537 538 539 |
# File 'sig/types.rbs', line 537 def task_id @task_id end |
#title ⇒ ::String
Returns the value of attribute title.
541 542 543 |
# File 'sig/types.rbs', line 541 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
545 546 547 |
# File 'sig/types.rbs', line 545 def updated_at @updated_at end |