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
4515 |
# File 'sig/client.rbs', line 4515
def arn: () -> ::String
|
#data_source_id ⇒ ::String
4516 |
# File 'sig/client.rbs', line 4516
def data_source_id: () -> ::String
|
#request_id ⇒ ::String
4518 |
# File 'sig/client.rbs', line 4518
def request_id: () -> ::String
|
#status ⇒ ::Integer
4519 |
# File 'sig/client.rbs', line 4519
def status: () -> ::Integer
|
#update_status ⇒ "CREATION_IN_PROGRESS", ...
4517 |
# File 'sig/client.rbs', line 4517
def update_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|