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
4474 |
# File 'sig/client.rbs', line 4474
def arn: () -> ::String
|
#data_source_id ⇒ ::String
4475 |
# File 'sig/client.rbs', line 4475
def data_source_id: () -> ::String
|
#request_id ⇒ ::String
4477 |
# File 'sig/client.rbs', line 4477
def request_id: () -> ::String
|
#status ⇒ ::Integer
4478 |
# File 'sig/client.rbs', line 4478
def status: () -> ::Integer
|
#update_status ⇒ "CREATION_IN_PROGRESS", ...
4476 |
# File 'sig/client.rbs', line 4476
def update_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|