Class: Aws::Types::ListReadSetExportJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListReadSetExportJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_jobs ⇒ ::Array[Types::ExportReadSetJobDetail]
Returns the value of attribute export_jobs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#export_jobs ⇒ ::Array[Types::ExportReadSetJobDetail]
Returns the value of attribute export_jobs.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def export_jobs @export_jobs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def next_token @next_token end |