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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



12508
12509
12510
12511
12512
12513
12514
12515
12516
12517
12518
12519
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12508

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:



12508
12509
12510
12511
12512
12513
12514
12515
12516
12517
12518
12519
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12508

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)


12508
12509
12510
12511
12512
12513
12514
12515
12516
12517
12518
12519
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12508

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)


12508
12509
12510
12511
12512
12513
12514
12515
12516
12517
12518
12519
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12508

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)


12508
12509
12510
12511
12512
12513
12514
12515
12516
12517
12518
12519
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12508

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)


12508
12509
12510
12511
12512
12513
12514
12515
12516
12517
12518
12519
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12508

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)


12508
12509
12510
12511
12512
12513
12514
12515
12516
12517
12518
12519
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12508

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)


12508
12509
12510
12511
12512
12513
12514
12515
12516
12517
12518
12519
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12508

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