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

Class: Aws::QuickSight::Types::Template

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

Overview

A template object. A template is an entity in QuickSight that encapsulates the metadata required to create an analysis and that you can use to create a dashboard. A template adds a layer of abstraction by using placeholders to replace the dataset associated with an analysis. You can use templates to create dashboards by replacing dataset placeholders with datasets that follow the same schema that was used to create the source analysis and template.

You can share templates across AWS accounts by allowing users in other AWS accounts to create a template or a dashboard from an existing template.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the template.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the template.

#created_timeTime

Time when this was created.

Returns:

  • (Time)

    Time when this was created.

#last_updated_timeTime

Time when this was last updated.

Returns:

  • (Time)

    Time when this was last updated.

#nameString

The display name of the template.

Returns:

  • (String)

    The display name of the template.

#template_idString

The ID for the template. This is unique per AWS Region for each AWS account.

Returns:

  • (String)

    The ID for the template.

#versionTypes::TemplateVersion

A structure describing the versions of the template.

Returns: