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.



12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
# File 'lib/aws-sdk-quicksight/types.rb', line 12595

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.

Returns:



12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
# File 'lib/aws-sdk-quicksight/types.rb', line 12595

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.

Returns:

  • (String)


12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
# File 'lib/aws-sdk-quicksight/types.rb', line 12595

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.

Returns:

  • (String)


12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
# File 'lib/aws-sdk-quicksight/types.rb', line 12595

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`

Returns:

  • (String)


12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
# File 'lib/aws-sdk-quicksight/types.rb', line 12595

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.

Returns:

  • (Integer)


12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
# File 'lib/aws-sdk-quicksight/types.rb', line 12595

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.

Returns:

  • (String)


12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
# File 'lib/aws-sdk-quicksight/types.rb', line 12595

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.

Returns:

  • (String)


12595
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
# File 'lib/aws-sdk-quicksight/types.rb', line 12595

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