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.



13094
13095
13096
13097
13098
13099
13100
13101
13102
13103
13104
13105
# File 'lib/aws-sdk-quicksight/types.rb', line 13094

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:



13094
13095
13096
13097
13098
13099
13100
13101
13102
13103
13104
13105
# File 'lib/aws-sdk-quicksight/types.rb', line 13094

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)


13094
13095
13096
13097
13098
13099
13100
13101
13102
13103
13104
13105
# File 'lib/aws-sdk-quicksight/types.rb', line 13094

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)


13094
13095
13096
13097
13098
13099
13100
13101
13102
13103
13104
13105
# File 'lib/aws-sdk-quicksight/types.rb', line 13094

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)


13094
13095
13096
13097
13098
13099
13100
13101
13102
13103
13104
13105
# File 'lib/aws-sdk-quicksight/types.rb', line 13094

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)


13094
13095
13096
13097
13098
13099
13100
13101
13102
13103
13104
13105
# File 'lib/aws-sdk-quicksight/types.rb', line 13094

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)


13094
13095
13096
13097
13098
13099
13100
13101
13102
13103
13104
13105
# File 'lib/aws-sdk-quicksight/types.rb', line 13094

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)


13094
13095
13096
13097
13098
13099
13100
13101
13102
13103
13104
13105
# File 'lib/aws-sdk-quicksight/types.rb', line 13094

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