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.
14045 14046 14047 14048 14049 14050 14051 14052 14053 14054 14055 14056 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14045 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.
14045 14046 14047 14048 14049 14050 14051 14052 14053 14054 14055 14056 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14045 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.
14045 14046 14047 14048 14049 14050 14051 14052 14053 14054 14055 14056 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14045 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.
14045 14046 14047 14048 14049 14050 14051 14052 14053 14054 14055 14056 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14045 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`
14045 14046 14047 14048 14049 14050 14051 14052 14053 14054 14055 14056 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14045 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.
14045 14046 14047 14048 14049 14050 14051 14052 14053 14054 14055 14056 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14045 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.
14045 14046 14047 14048 14049 14050 14051 14052 14053 14054 14055 14056 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14045 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.
14045 14046 14047 14048 14049 14050 14051 14052 14053 14054 14055 14056 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14045 class DescribeTemplateDefinitionResponse < Struct.new( :name, :template_id, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) SENSITIVE = [] include Aws::Structure end |