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
516 |
# File 'sig/client.rbs', line 516
def arn: () -> ::String
|
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
518 |
# File 'sig/client.rbs', line 518
def creation_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#data_source_id ⇒ ::String
517 |
# File 'sig/client.rbs', line 517
def data_source_id: () -> ::String
|
#request_id ⇒ ::String
519 |
# File 'sig/client.rbs', line 519
def request_id: () -> ::String
|
#status ⇒ ::Integer
520 |
# File 'sig/client.rbs', line 520
def status: () -> ::Integer
|