Class: Aws::QuickSight::Types::DescribeTemplateDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeTemplateDefinitionResponse
- Defined in:
- gems/aws-sdk-quicksight/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.
16090 16091 16092 16093 16094 16095 16096 16097 16098 16099 16100 16101 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16090 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.
16090 16091 16092 16093 16094 16095 16096 16097 16098 16099 16100 16101 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16090 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.
16090 16091 16092 16093 16094 16095 16096 16097 16098 16099 16100 16101 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16090 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.
16090 16091 16092 16093 16094 16095 16096 16097 16098 16099 16100 16101 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16090 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_PROGRESSCREATION_SUCCESSFULCREATION_FAILEDUPDATE_IN_PROGRESSUPDATE_SUCCESSFULUPDATE_FAILEDDELETED
16090 16091 16092 16093 16094 16095 16096 16097 16098 16099 16100 16101 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16090 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.
16090 16091 16092 16093 16094 16095 16096 16097 16098 16099 16100 16101 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16090 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.
16090 16091 16092 16093 16094 16095 16096 16097 16098 16099 16100 16101 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16090 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.
16090 16091 16092 16093 16094 16095 16096 16097 16098 16099 16100 16101 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16090 class DescribeTemplateDefinitionResponse < Struct.new( :name, :template_id, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) SENSITIVE = [] include Aws::Structure end |