Class: Aws::Types::ListIngestionJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListIngestionJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ingestion_job_summaries ⇒ ::Array[Types::IngestionJobSummary]
Returns the value of attribute ingestion_job_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ingestion_job_summaries ⇒ ::Array[Types::IngestionJobSummary]
Returns the value of attribute ingestion_job_summaries.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def ingestion_job_summaries @ingestion_job_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def next_token @next_token end |