Module: Aws::QuickSight::Client::_UpdateDataSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDataSourceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #data_source_id ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #update_status ⇒ "CREATION_IN_PROGRESS", ...
Instance Method Details
#arn ⇒ ::String
4521 |
# File 'sig/client.rbs', line 4521
def arn: () -> ::String
|
#data_source_id ⇒ ::String
4522 |
# File 'sig/client.rbs', line 4522
def data_source_id: () -> ::String
|
#request_id ⇒ ::String
4524 |
# File 'sig/client.rbs', line 4524
def request_id: () -> ::String
|
#status ⇒ ::Integer
4525 |
# File 'sig/client.rbs', line 4525
def status: () -> ::Integer
|
#update_status ⇒ "CREATION_IN_PROGRESS", ...
4523 |
# File 'sig/client.rbs', line 4523
def update_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|