Module: Aws::QuickSight::Client::_CreateDashboardResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDashboardResponse]
- 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
351 |
# File 'sig/client.rbs', line 351
def arn: () -> ::String
|
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
354 |
# File 'sig/client.rbs', line 354
def creation_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#dashboard_id ⇒ ::String
353 |
# File 'sig/client.rbs', line 353
def dashboard_id: () -> ::String
|
#request_id ⇒ ::String
356 |
# File 'sig/client.rbs', line 356
def request_id: () -> ::String
|
#status ⇒ ::Integer
355 |
# File 'sig/client.rbs', line 355
def status: () -> ::Integer
|
#version_arn ⇒ ::String
352 |
# File 'sig/client.rbs', line 352
def version_arn: () -> ::String
|