Module: Aws::QuickSight::Client::_ListIngestionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListIngestionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ingestions ⇒ ::Array[Types::Ingestion]
- #next_token ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#ingestions ⇒ ::Array[Types::Ingestion]
2876 |
# File 'sig/client.rbs', line 2876
def ingestions: () -> ::Array[Types::Ingestion]
|
#next_token ⇒ ::String
2877 |
# File 'sig/client.rbs', line 2877
def next_token: () -> ::String
|
#request_id ⇒ ::String
2878 |
# File 'sig/client.rbs', line 2878
def request_id: () -> ::String
|
#status ⇒ ::Integer
2879 |
# File 'sig/client.rbs', line 2879
def status: () -> ::Integer
|