Module: Aws::QuickSight::Client::_UpdateThemeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateThemeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_status ⇒ "CREATION_IN_PROGRESS", ...
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #theme_id ⇒ ::String
- #version_arn ⇒ ::String
Instance Method Details
#arn ⇒ ::String
5004 |
# File 'sig/client.rbs', line 5004
def arn: () -> ::String
|
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
5006 |
# File 'sig/client.rbs', line 5006
def creation_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#request_id ⇒ ::String
5008 |
# File 'sig/client.rbs', line 5008
def request_id: () -> ::String
|
#status ⇒ ::Integer
5007 |
# File 'sig/client.rbs', line 5007
def status: () -> ::Integer
|
#theme_id ⇒ ::String
5003 |
# File 'sig/client.rbs', line 5003
def theme_id: () -> ::String
|
#version_arn ⇒ ::String
5005 |
# File 'sig/client.rbs', line 5005
def version_arn: () -> ::String
|