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
792 |
# File 'sig/client.rbs', line 792
def arn: () -> ::String
|
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
795 |
# File 'sig/client.rbs', line 795
def creation_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#request_id ⇒ ::String
797 |
# File 'sig/client.rbs', line 797
def request_id: () -> ::String
|
#status ⇒ ::Integer
796 |
# File 'sig/client.rbs', line 796
def status: () -> ::Integer
|
#template_id ⇒ ::String
794 |
# File 'sig/client.rbs', line 794
def template_id: () -> ::String
|
#version_arn ⇒ ::String
793 |
# File 'sig/client.rbs', line 793
def version_arn: () -> ::String
|