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
5120 |
# File 'sig/client.rbs', line 5120
def arn: () -> ::String
|
#creation_status ⇒ "CREATION_IN_PROGRESS", ...
5122 |
# File 'sig/client.rbs', line 5122
def creation_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#request_id ⇒ ::String
5124 |
# File 'sig/client.rbs', line 5124
def request_id: () -> ::String
|
#status ⇒ ::Integer
5123 |
# File 'sig/client.rbs', line 5123
def status: () -> ::Integer
|
#template_id ⇒ ::String
5119 |
# File 'sig/client.rbs', line 5119
def template_id: () -> ::String
|
#version_arn ⇒ ::String
5121 |
# File 'sig/client.rbs', line 5121
def version_arn: () -> ::String
|