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
2277 |
# File 'sig/client.rbs', line 2277
def definition: () -> Types::TemplateVersionDefinition
|
#errors ⇒ ::Array[Types::TemplateError]
2274 |
# File 'sig/client.rbs', line 2274
def errors: () -> ::Array[Types::TemplateError]
|
#name ⇒ ::String
2272 |
# File 'sig/client.rbs', line 2272
def name: () -> ::String
|
#request_id ⇒ ::String
2279 |
# File 'sig/client.rbs', line 2279
def request_id: () -> ::String
|
#resource_status ⇒ "CREATION_IN_PROGRESS", ...
2275 |
# File 'sig/client.rbs', line 2275
def resource_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#status ⇒ ::Integer
2278 |
# File 'sig/client.rbs', line 2278
def status: () -> ::Integer
|
#template_id ⇒ ::String
2273 |
# File 'sig/client.rbs', line 2273
def template_id: () -> ::String
|
#theme_arn ⇒ ::String
2276 |
# File 'sig/client.rbs', line 2276
def theme_arn: () -> ::String
|