Struct aws_sdk_quicksight::model::TemplateSummary
source · [−]#[non_exhaustive]pub struct TemplateSummary {
pub arn: Option<String>,
pub template_id: Option<String>,
pub name: Option<String>,
pub latest_version_number: Option<i64>,
pub created_time: Option<DateTime>,
pub last_updated_time: Option<DateTime>,
}Expand description
The template summary.
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>A summary of a template.
template_id: Option<String>The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
name: Option<String>A display name for the template.
latest_version_number: Option<i64>A structure containing a list of version numbers for the template summary.
created_time: Option<DateTime>The last time that this template was created.
last_updated_time: Option<DateTime>The last time that this template was updated.
Implementations
The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
A structure containing a list of version numbers for the template summary.
The last time that this template was created.
The last time that this template was updated.
Creates a new builder-style object to manufacture TemplateSummary
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TemplateSummary
impl Send for TemplateSummary
impl Sync for TemplateSummary
impl Unpin for TemplateSummary
impl UnwindSafe for TemplateSummary
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