Module: Aws::QuickSight::Client::_UpdateTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateTemplateResponse]
- 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
5007 |
# File 'sig/client.rbs', line 5007
def arn: () -> ::String
|
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
5009 |
# File 'sig/client.rbs', line 5009
def creation_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#request_id ⇒ ::String
5011 |
# File 'sig/client.rbs', line 5011
def request_id: () -> ::String
|
#status ⇒ ::Integer
5010 |
# File 'sig/client.rbs', line 5010
def status: () -> ::Integer
|
#template_id ⇒ ::String
5006 |
# File 'sig/client.rbs', line 5006
def template_id: () -> ::String
|
#version_arn ⇒ ::String
5008 |
# File 'sig/client.rbs', line 5008
def version_arn: () -> ::String
|