Class: Aws::Types::ListBulkImportJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListBulkImportJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_summaries ⇒ ::Array[Types::JobSummary]
Returns the value of attribute job_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#job_summaries ⇒ ::Array[Types::JobSummary]
Returns the value of attribute job_summaries.
2695 2696 2697 |
# File 'sig/types.rbs', line 2695 def job_summaries @job_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2696 2697 2698 |
# File 'sig/types.rbs', line 2696 def next_token @next_token end |