Struct aws_sdk_quicksight::model::Template
source · #[non_exhaustive]pub struct Template { /* private fields */ }
Expand description
A template object. A template is an entity in Amazon 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 Amazon Web Services accounts by allowing users in other Amazon Web Services accounts to create a template or a dashboard from an existing template.
Implementations§
source§impl Template
impl Template
sourcepub fn version(&self) -> Option<&TemplateVersion>
pub fn version(&self) -> Option<&TemplateVersion>
A structure describing the versions of the template.
sourcepub fn template_id(&self) -> Option<&str>
pub fn template_id(&self) -> Option<&str>
The ID for the template. This is unique per Amazon Web Services Region for each Amazon Web Services account.
sourcepub fn last_updated_time(&self) -> Option<&DateTime>
pub fn last_updated_time(&self) -> Option<&DateTime>
Time when this was last updated.
sourcepub fn created_time(&self) -> Option<&DateTime>
pub fn created_time(&self) -> Option<&DateTime>
Time when this was created.