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
2319 |
# File 'sig/client.rbs', line 2319
def definition: () -> Types::TemplateVersionDefinition
|
#errors ⇒ ::Array[Types::TemplateError]
2316 |
# File 'sig/client.rbs', line 2316
def errors: () -> ::Array[Types::TemplateError]
|
#name ⇒ ::String
2314 |
# File 'sig/client.rbs', line 2314
def name: () -> ::String
|
#request_id ⇒ ::String
2321 |
# File 'sig/client.rbs', line 2321
def request_id: () -> ::String
|
#resource_status ⇒ "CREATION_IN_PROGRESS", ...
2317 |
# File 'sig/client.rbs', line 2317
def resource_status: () -> ("CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED")
|
#status ⇒ ::Integer
2320 |
# File 'sig/client.rbs', line 2320
def status: () -> ::Integer
|
#template_id ⇒ ::String
2315 |
# File 'sig/client.rbs', line 2315
def template_id: () -> ::String
|
#theme_arn ⇒ ::String
2318 |
# File 'sig/client.rbs', line 2318
def theme_arn: () -> ::String
|