Class: Aws::Types::BatchSegmentJob
- Inherits:
-
Object
- Object
- Aws::Types::BatchSegmentJob
- 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.
-
#filter_arn ⇒ ::String
Returns the value of attribute filter_arn.
-
#job_input ⇒ Types::BatchSegmentJobInput
Returns the value of attribute job_input.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_output ⇒ Types::BatchSegmentJobOutput
Returns the value of attribute job_output.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#num_results ⇒ ::Integer
Returns the value of attribute num_results.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#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.
96 97 98 |
# File 'sig/types.rbs', line 96 def batch_segment_job_arn @batch_segment_job_arn end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
105 106 107 |
# File 'sig/types.rbs', line 105 def creation_date_time @creation_date_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
98 99 100 |
# File 'sig/types.rbs', line 98 def failure_reason @failure_reason end |
#filter_arn ⇒ ::String
Returns the value of attribute filter_arn.
97 98 99 |
# File 'sig/types.rbs', line 97 def filter_arn @filter_arn end |
#job_input ⇒ Types::BatchSegmentJobInput
Returns the value of attribute job_input.
101 102 103 |
# File 'sig/types.rbs', line 101 def job_input @job_input end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
95 96 97 |
# File 'sig/types.rbs', line 95 def job_name @job_name end |
#job_output ⇒ Types::BatchSegmentJobOutput
Returns the value of attribute job_output.
102 103 104 |
# File 'sig/types.rbs', line 102 def job_output @job_output end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
106 107 108 |
# File 'sig/types.rbs', line 106 def last_updated_date_time @last_updated_date_time end |
#num_results ⇒ ::Integer
Returns the value of attribute num_results.
100 101 102 |
# File 'sig/types.rbs', line 100 def num_results @num_results end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
103 104 105 |
# File 'sig/types.rbs', line 103 def role_arn @role_arn end |
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
99 100 101 |
# File 'sig/types.rbs', line 99 def solution_version_arn @solution_version_arn end |
#status ⇒ ::String
Returns the value of attribute status.
104 105 106 |
# File 'sig/types.rbs', line 104 def status @status end |