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
801 |
# File 'sig/client.rbs', line 801
def arn: () -> ::String
|
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
804 |
# File 'sig/client.rbs', line 804
def creation_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#request_id ⇒ ::String
806 |
# File 'sig/client.rbs', line 806
def request_id: () -> ::String
|
#status ⇒ ::Integer
805 |
# File 'sig/client.rbs', line 805
def status: () -> ::Integer
|
#theme_id ⇒ ::String
803 |
# File 'sig/client.rbs', line 803
def theme_id: () -> ::String
|
#version_arn ⇒ ::String
802 |
# File 'sig/client.rbs', line 802
def version_arn: () -> ::String
|