Module: Aws::QuickSight::Client::_UpdateDashboardResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDashboardResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_status ⇒ "CREATION_IN_PROGRESS", ...
- #dashboard_id ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #version_arn ⇒ ::String
Instance Method Details
#arn ⇒ ::String
4323 |
# File 'sig/client.rbs', line 4323
def arn: () -> ::String
|
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
4326 |
# File 'sig/client.rbs', line 4326
def creation_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#dashboard_id ⇒ ::String
4325 |
# File 'sig/client.rbs', line 4325
def dashboard_id: () -> ::String
|
#request_id ⇒ ::String
4328 |
# File 'sig/client.rbs', line 4328
def request_id: () -> ::String
|
#status ⇒ ::Integer
4327 |
# File 'sig/client.rbs', line 4327
def status: () -> ::Integer
|
#version_arn ⇒ ::String
4324 |
# File 'sig/client.rbs', line 4324
def version_arn: () -> ::String
|