Class: Aws::Types::ListJobsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListJobsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_list ⇒ ::Array[Types::GlacierJobDescription]
Returns the value of attribute job_list.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#job_list ⇒ ::Array[Types::GlacierJobDescription]
Returns the value of attribute job_list.
363 364 365 |
# File 'sig/types.rbs', line 363 def job_list @job_list end |
#marker ⇒ ::String
Returns the value of attribute marker.
364 365 366 |
# File 'sig/types.rbs', line 364 def marker @marker end |