You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QuickSight::Types::TemplateVersion

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A version of a template.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#created_time ⇒ Time

The time that this template version was created.

Returns:

  • (Time) —

    The time that this template version was created.

#data_set_configurations ⇒ Array<Types::DataSetConfiguration>

Schema of the dataset identified by the placeholder. Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.

Returns:

#description ⇒ String

The description of the template.

Returns:

  • (String) —

    The description of the template.

#errors ⇒ Array<Types::TemplateError>

Errors associated with this template version.

Returns:

#sheets ⇒ Array<Types::Sheet>

A list of the associated sheets with the unique identifier and name of each sheet.

Returns:

  • (Array<Types::Sheet>) —

    A list of the associated sheets with the unique identifier and name of each sheet.

#source_entity_arn ⇒ String

The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.

#status ⇒ String

The HTTP status of the request.

Possible values:

  • CREATION_IN_PROGRESS
  • CREATION_SUCCESSFUL
  • CREATION_FAILED
  • UPDATE_IN_PROGRESS
  • UPDATE_SUCCESSFUL
  • UPDATE_FAILED
  • DELETED

Returns:

  • (String) —

    The HTTP status of the request.

#theme_arn ⇒ String

The ARN of the theme associated with this version of the template.

Returns:

  • (String) —

    The ARN of the theme associated with this version of the template.

#version_number ⇒ Integer

The version number of the template version.

Returns:

  • (Integer) —

    The version number of the template version.