Module: Aws::QuickSight::Client::_DescribeTemplateDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTemplateDefinitionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #definition ⇒ Types::TemplateVersionDefinition
- #errors ⇒ ::Array[Types::TemplateError]
- #name ⇒ ::String
- #request_id ⇒ ::String
- #resource_status ⇒ "CREATION_IN_PROGRESS", ...
- #status ⇒ ::Integer
- #template_id ⇒ ::String
- #theme_arn ⇒ ::String
Instance Method Details
#definition ⇒ Types::TemplateVersionDefinition
2236 |
# File 'sig/client.rbs', line 2236
def definition: () -> Types::TemplateVersionDefinition
|
#errors ⇒ ::Array[Types::TemplateError]
2233 |
# File 'sig/client.rbs', line 2233
def errors: () -> ::Array[Types::TemplateError]
|
#name ⇒ ::String
2231 |
# File 'sig/client.rbs', line 2231
def name: () -> ::String
|
#request_id ⇒ ::String
2238 |
# File 'sig/client.rbs', line 2238
def request_id: () -> ::String
|
#resource_status ⇒ "CREATION_IN_PROGRESS", ...
2234 |
# File 'sig/client.rbs', line 2234
def resource_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#status ⇒ ::Integer
2237 |
# File 'sig/client.rbs', line 2237
def status: () -> ::Integer
|
#template_id ⇒ ::String
2232 |
# File 'sig/client.rbs', line 2232
def template_id: () -> ::String
|
#theme_arn ⇒ ::String
2235 |
# File 'sig/client.rbs', line 2235
def theme_arn: () -> ::String
|