Module: Aws::QuickSight::Client::_CreateDataSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDataSourceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_status ⇒ "CREATION_IN_PROGRESS", ...
- #data_source_id ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#arn ⇒ ::String
476 |
# File 'sig/client.rbs', line 476
def arn: () -> ::String
|
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
478 |
# File 'sig/client.rbs', line 478
def creation_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#data_source_id ⇒ ::String
477 |
# File 'sig/client.rbs', line 477
def data_source_id: () -> ::String
|
#request_id ⇒ ::String
479 |
# File 'sig/client.rbs', line 479
def request_id: () -> ::String
|
#status ⇒ ::Integer
480 |
# File 'sig/client.rbs', line 480
def status: () -> ::Integer
|