Class: Aws::Types::BatchSegmentJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::BatchSegmentJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_segment_job_arn ⇒ ::String
Returns the value of attribute batch_segment_job_arn.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#batch_segment_job_arn ⇒ ::String
Returns the value of attribute batch_segment_job_arn.
121 122 123 |
# File 'sig/types.rbs', line 121 def batch_segment_job_arn @batch_segment_job_arn end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
124 125 126 |
# File 'sig/types.rbs', line 124 def creation_date_time @creation_date_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
126 127 128 |
# File 'sig/types.rbs', line 126 def failure_reason @failure_reason end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
122 123 124 |
# File 'sig/types.rbs', line 122 def job_name @job_name end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
125 126 127 |
# File 'sig/types.rbs', line 125 def last_updated_date_time @last_updated_date_time end |
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
127 128 129 |
# File 'sig/types.rbs', line 127 def solution_version_arn @solution_version_arn end |
#status ⇒ ::String
Returns the value of attribute status.
123 124 125 |
# File 'sig/types.rbs', line 123 def status @status end |