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
4317 |
# File 'sig/client.rbs', line 4317
def arn: () -> ::String
|
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
4320 |
# File 'sig/client.rbs', line 4320
def creation_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#dashboard_id ⇒ ::String
4319 |
# File 'sig/client.rbs', line 4319
def dashboard_id: () -> ::String
|
#request_id ⇒ ::String
4322 |
# File 'sig/client.rbs', line 4322
def request_id: () -> ::String
|
#status ⇒ ::Integer
4321 |
# File 'sig/client.rbs', line 4321
def status: () -> ::Integer
|
#version_arn ⇒ ::String
4318 |
# File 'sig/client.rbs', line 4318
def version_arn: () -> ::String
|