Class: Aws::Types::ListBatchSegmentJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListBatchSegmentJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_segment_jobs ⇒ ::Array[Types::BatchSegmentJobSummary]
Returns the value of attribute batch_segment_jobs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#batch_segment_jobs ⇒ ::Array[Types::BatchSegmentJobSummary]
Returns the value of attribute batch_segment_jobs.
977 978 979 |
# File 'sig/types.rbs', line 977 def batch_segment_jobs @batch_segment_jobs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
978 979 980 |
# File 'sig/types.rbs', line 978 def next_token @next_token end |