Struct aws_sdk_quicksight::model::Template
source · [−]#[non_exhaustive]pub struct Template {
pub arn: Option<String>,
pub name: Option<String>,
pub version: Option<TemplateVersion>,
pub template_id: Option<String>,
pub last_updated_time: Option<DateTime>,
pub created_time: Option<DateTime>,
}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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.arn: Option<String>The Amazon Resource Name (ARN) of the template.
name: Option<String>The display name of the template.
version: Option<TemplateVersion>A structure describing the versions of the template.
template_id: Option<String>The ID for the template. This is unique per Amazon Web Services Region for each Amazon Web Services account.
last_updated_time: Option<DateTime>Time when this was last updated.
created_time: Option<DateTime>Time when this was created.
Implementations
A structure describing the versions of the template.
The ID for the template. This is unique per Amazon Web Services Region for each Amazon Web Services account.
Time when this was last updated.
Time when this was created.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Template
impl UnwindSafe for Template
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more