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
4276 |
# File 'sig/client.rbs', line 4276
def arn: () -> ::String
|
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
4279 |
# File 'sig/client.rbs', line 4279
def creation_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#dashboard_id ⇒ ::String
4278 |
# File 'sig/client.rbs', line 4278
def dashboard_id: () -> ::String
|
#request_id ⇒ ::String
4281 |
# File 'sig/client.rbs', line 4281
def request_id: () -> ::String
|
#status ⇒ ::Integer
4280 |
# File 'sig/client.rbs', line 4280
def status: () -> ::Integer
|
#version_arn ⇒ ::String
4277 |
# File 'sig/client.rbs', line 4277
def version_arn: () -> ::String
|