Class: Aws::QuickSight::Types::DescribeTemplateDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeTemplateDefinitionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#definition ⇒ Types::TemplateVersionDefinition
The definition of the template.
-
#errors ⇒ Array<Types::TemplateError>
Errors associated with the template version.
-
#name ⇒ String
The descriptive name of the template.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#resource_status ⇒ String
Status associated with the template.
-
#status ⇒ Integer
The HTTP status of the request.
-
#template_id ⇒ String
The ID of the template described.
-
#theme_arn ⇒ String
The ARN of the theme of the template.
Instance Attribute Details
#definition ⇒ Types::TemplateVersionDefinition
The definition of the template.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
19142 19143 19144 19145 19146 19147 19148 19149 19150 19151 19152 19153 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19142 class DescribeTemplateDefinitionResponse < Struct.new( :name, :template_id, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::TemplateError>
Errors associated with the template version.
19142 19143 19144 19145 19146 19147 19148 19149 19150 19151 19152 19153 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19142 class DescribeTemplateDefinitionResponse < Struct.new( :name, :template_id, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The descriptive name of the template.
19142 19143 19144 19145 19146 19147 19148 19149 19150 19151 19152 19153 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19142 class DescribeTemplateDefinitionResponse < Struct.new( :name, :template_id, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
19142 19143 19144 19145 19146 19147 19148 19149 19150 19151 19152 19153 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19142 class DescribeTemplateDefinitionResponse < Struct.new( :name, :template_id, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#resource_status ⇒ String
Status associated with the template.
-
‘CREATION_IN_PROGRESS`
-
‘CREATION_SUCCESSFUL`
-
‘CREATION_FAILED`
-
‘UPDATE_IN_PROGRESS`
-
‘UPDATE_SUCCESSFUL`
-
‘UPDATE_FAILED`
-
‘DELETED`
19142 19143 19144 19145 19146 19147 19148 19149 19150 19151 19152 19153 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19142 class DescribeTemplateDefinitionResponse < Struct.new( :name, :template_id, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
19142 19143 19144 19145 19146 19147 19148 19149 19150 19151 19152 19153 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19142 class DescribeTemplateDefinitionResponse < Struct.new( :name, :template_id, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The ID of the template described.
19142 19143 19144 19145 19146 19147 19148 19149 19150 19151 19152 19153 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19142 class DescribeTemplateDefinitionResponse < Struct.new( :name, :template_id, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#theme_arn ⇒ String
The ARN of the theme of the template.
19142 19143 19144 19145 19146 19147 19148 19149 19150 19151 19152 19153 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19142 class DescribeTemplateDefinitionResponse < Struct.new( :name, :template_id, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) SENSITIVE = [] include Aws::Structure end |