Class: Aws::Types::JobSummary
- Inherits:
-
Object
- Object
- Aws::Types::JobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
-
#commit_message ⇒ ::String
Returns the value of attribute commit_message.
-
#commit_time ⇒ ::Time
Returns the value of attribute commit_time.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_type ⇒ "RELEASE", ...
Returns the value of attribute job_type.
-
#source_url ⇒ ::String
Returns the value of attribute source_url.
-
#source_url_type ⇒ "ZIP", "BUCKET_PREFIX"
Returns the value of attribute source_url_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
Instance Attribute Details
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
453 454 455 |
# File 'sig/types.rbs', line 453 def commit_id @commit_id end |
#commit_message ⇒ ::String
Returns the value of attribute commit_message.
454 455 456 |
# File 'sig/types.rbs', line 454 def @commit_message end |
#commit_time ⇒ ::Time
Returns the value of attribute commit_time.
455 456 457 |
# File 'sig/types.rbs', line 455 def commit_time @commit_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
458 459 460 |
# File 'sig/types.rbs', line 458 def end_time @end_time end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
451 452 453 |
# File 'sig/types.rbs', line 451 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
452 453 454 |
# File 'sig/types.rbs', line 452 def job_id @job_id end |
#job_type ⇒ "RELEASE", ...
Returns the value of attribute job_type.
459 460 461 |
# File 'sig/types.rbs', line 459 def job_type @job_type end |
#source_url ⇒ ::String
Returns the value of attribute source_url.
460 461 462 |
# File 'sig/types.rbs', line 460 def source_url @source_url end |
#source_url_type ⇒ "ZIP", "BUCKET_PREFIX"
Returns the value of attribute source_url_type.
461 462 463 |
# File 'sig/types.rbs', line 461 def source_url_type @source_url_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
456 457 458 |
# File 'sig/types.rbs', line 456 def start_time @start_time end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
457 458 459 |
# File 'sig/types.rbs', line 457 def status @status end |