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
- Struct
- Aws::QuickSight::Types::Template
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the template.
-
#created_time ⇒ Time
Time when this was created.
-
#last_updated_time ⇒ Time
Time when this was last updated.
-
#name ⇒ String
The display name of the template.
-
#template_id ⇒ String
The ID for the template.
-
#version ⇒ Types::TemplateVersion
A structure describing the versions of the template.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the template.
#created_time ⇒ Time
Time when this was created.
#last_updated_time ⇒ Time
Time when this was last updated.
#name ⇒ String
The display name of the template.
#template_id ⇒ String
The ID for the template. This is unique per AWS Region for each AWS account.
#version ⇒ Types::TemplateVersion
A structure describing the versions of the template.