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
4965 |
# File 'sig/client.rbs', line 4965
def arn: () -> ::String
|
#data_source_id ⇒ ::String
4966 |
# File 'sig/client.rbs', line 4966
def data_source_id: () -> ::String
|
#request_id ⇒ ::String
4968 |
# File 'sig/client.rbs', line 4968
def request_id: () -> ::String
|
#status ⇒ ::Integer
4969 |
# File 'sig/client.rbs', line 4969
def status: () -> ::Integer
|
#update_status ⇒ "CREATION_IN_PROGRESS", ...
4967 |
# File 'sig/client.rbs', line 4967
def update_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|