Class: Aws::QuickSight::Types::DescribeTemplateDefinitionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#definitionTypes::TemplateVersionDefinition

The definition of the template.

A definition is the data model of all features in a Dashboard, Template, or Analysis.



14634
14635
14636
14637
14638
14639
14640
14641
14642
14643
14644
14645
# File 'lib/aws-sdk-quicksight/types.rb', line 14634

class DescribeTemplateDefinitionResponse < Struct.new(
  :name,
  :template_id,
  :errors,
  :resource_status,
  :theme_arn,
  :definition,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::TemplateError>

Errors associated with the template version.



14634
14635
14636
14637
14638
14639
14640
14641
14642
14643
14644
14645
# File 'lib/aws-sdk-quicksight/types.rb', line 14634

class DescribeTemplateDefinitionResponse < Struct.new(
  :name,
  :template_id,
  :errors,
  :resource_status,
  :theme_arn,
  :definition,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The descriptive name of the template.



14634
14635
14636
14637
14638
14639
14640
14641
14642
14643
14644
14645
# File 'lib/aws-sdk-quicksight/types.rb', line 14634

class DescribeTemplateDefinitionResponse < Struct.new(
  :name,
  :template_id,
  :errors,
  :resource_status,
  :theme_arn,
  :definition,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.



14634
14635
14636
14637
14638
14639
14640
14641
14642
14643
14644
14645
# File 'lib/aws-sdk-quicksight/types.rb', line 14634

class DescribeTemplateDefinitionResponse < Struct.new(
  :name,
  :template_id,
  :errors,
  :resource_status,
  :theme_arn,
  :definition,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_statusString

Status associated with the template.

  • ‘CREATION_IN_PROGRESS`

  • ‘CREATION_SUCCESSFUL`

  • ‘CREATION_FAILED`

  • ‘UPDATE_IN_PROGRESS`

  • ‘UPDATE_SUCCESSFUL`

  • ‘UPDATE_FAILED`

  • ‘DELETED`



14634
14635
14636
14637
14638
14639
14640
14641
14642
14643
14644
14645
# File 'lib/aws-sdk-quicksight/types.rb', line 14634

class DescribeTemplateDefinitionResponse < Struct.new(
  :name,
  :template_id,
  :errors,
  :resource_status,
  :theme_arn,
  :definition,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.



14634
14635
14636
14637
14638
14639
14640
14641
14642
14643
14644
14645
# File 'lib/aws-sdk-quicksight/types.rb', line 14634

class DescribeTemplateDefinitionResponse < Struct.new(
  :name,
  :template_id,
  :errors,
  :resource_status,
  :theme_arn,
  :definition,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#template_idString

The ID of the template described.



14634
14635
14636
14637
14638
14639
14640
14641
14642
14643
14644
14645
# File 'lib/aws-sdk-quicksight/types.rb', line 14634

class DescribeTemplateDefinitionResponse < Struct.new(
  :name,
  :template_id,
  :errors,
  :resource_status,
  :theme_arn,
  :definition,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#theme_arnString

The ARN of the theme of the template.



14634
14635
14636
14637
14638
14639
14640
14641
14642
14643
14644
14645
# File 'lib/aws-sdk-quicksight/types.rb', line 14634

class DescribeTemplateDefinitionResponse < Struct.new(
  :name,
  :template_id,
  :errors,
  :resource_status,
  :theme_arn,
  :definition,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end