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_timeTime

The time that this template version was created.

Returns:

  • (Time)

    The time that this template version was created.

#data_set_configurationsArray<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:

#descriptionString

The description of the template.

Returns:

  • (String)

    The description of the template.

#errorsArray<Types::TemplateError>

Errors associated with this template version.

Returns:

#sheetsArray<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_arnString

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.

#statusString

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_arnString

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_numberInteger

The version number of the template version.

Returns:

  • (Integer)

    The version number of the template version.