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
751 |
# File 'sig/client.rbs', line 751
def arn: () -> ::String
|
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
754 |
# File 'sig/client.rbs', line 754
def creation_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#request_id ⇒ ::String
756 |
# File 'sig/client.rbs', line 756
def request_id: () -> ::String
|
#status ⇒ ::Integer
755 |
# File 'sig/client.rbs', line 755
def status: () -> ::Integer
|
#template_id ⇒ ::String
753 |
# File 'sig/client.rbs', line 753
def template_id: () -> ::String
|
#version_arn ⇒ ::String
752 |
# File 'sig/client.rbs', line 752
def version_arn: () -> ::String
|