Module: Aws::QuickSight::Client::_CreateThemeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateThemeResponse]
- 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
842 |
# File 'sig/client.rbs', line 842
def arn: () -> ::String
|
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
845 |
# File 'sig/client.rbs', line 845
def creation_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#request_id ⇒ ::String
847 |
# File 'sig/client.rbs', line 847
def request_id: () -> ::String
|
#status ⇒ ::Integer
846 |
# File 'sig/client.rbs', line 846
def status: () -> ::Integer
|
#theme_id ⇒ ::String
844 |
# File 'sig/client.rbs', line 844
def theme_id: () -> ::String
|
#version_arn ⇒ ::String
843 |
# File 'sig/client.rbs', line 843
def version_arn: () -> ::String
|