Module: Aws::QuickSight::Client::_CreateTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateTemplateResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_status ⇒ "CREATION_IN_PROGRESS", ...
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #template_id ⇒ ::String
- #version_arn ⇒ ::String
Instance Method Details
#arn ⇒ ::String
874 |
# File 'sig/client.rbs', line 874
def arn: () -> ::String
|
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
877 |
# File 'sig/client.rbs', line 877
def creation_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#request_id ⇒ ::String
879 |
# File 'sig/client.rbs', line 879
def request_id: () -> ::String
|
#status ⇒ ::Integer
878 |
# File 'sig/client.rbs', line 878
def status: () -> ::Integer
|
#template_id ⇒ ::String
876 |
# File 'sig/client.rbs', line 876
def template_id: () -> ::String
|
#version_arn ⇒ ::String
875 |
# File 'sig/client.rbs', line 875
def version_arn: () -> ::String
|