Module: Aws::QuickSight::Client::_CreateIngestionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateIngestionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #ingestion_id ⇒ ::String
- #ingestion_status ⇒ "INITIALIZED", ...
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#arn ⇒ ::String
634 |
# File 'sig/client.rbs', line 634
def arn: () -> ::String
|
#ingestion_id ⇒ ::String
635 |
# File 'sig/client.rbs', line 635
def ingestion_id: () -> ::String
|
#ingestion_status ⇒ "INITIALIZED", ...
636 |
# File 'sig/client.rbs', line 636
def ingestion_status: () -> ("INITIALIZED" | "QUEUED" | "RUNNING" | "FAILED" | "COMPLETED" | "CANCELLED")
|
#request_id ⇒ ::String
637 |
# File 'sig/client.rbs', line 637
def request_id: () -> ::String
|
#status ⇒ ::Integer
638 |
# File 'sig/client.rbs', line 638
def status: () -> ::Integer
|