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
5078 |
# File 'sig/client.rbs', line 5078
def arn: () -> ::String
|
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
5080 |
# File 'sig/client.rbs', line 5080
def creation_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#request_id ⇒ ::String
5082 |
# File 'sig/client.rbs', line 5082
def request_id: () -> ::String
|
#status ⇒ ::Integer
5081 |
# File 'sig/client.rbs', line 5081
def status: () -> ::Integer
|
#theme_id ⇒ ::String
5077 |
# File 'sig/client.rbs', line 5077
def theme_id: () -> ::String
|
#version_arn ⇒ ::String
5079 |
# File 'sig/client.rbs', line 5079
def version_arn: () -> ::String
|