Struct aws_sdk_quicksight::types::TemplateSummary
source · #[non_exhaustive]pub struct TemplateSummary { /* private fields */ }Expand description
The template summary.
Implementations§
source§impl TemplateSummary
impl TemplateSummary
sourcepub fn template_id(&self) -> Option<&str>
pub fn template_id(&self) -> Option<&str>
The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
sourcepub fn latest_version_number(&self) -> Option<i64>
pub fn latest_version_number(&self) -> Option<i64>
A structure containing a list of version numbers for the template summary.
sourcepub fn created_time(&self) -> Option<&DateTime>
pub fn created_time(&self) -> Option<&DateTime>
The last time that this template was created.
sourcepub fn last_updated_time(&self) -> Option<&DateTime>
pub fn last_updated_time(&self) -> Option<&DateTime>
The last time that this template was updated.
source§impl TemplateSummary
impl TemplateSummary
sourcepub fn builder() -> TemplateSummaryBuilder
pub fn builder() -> TemplateSummaryBuilder
Creates a new builder-style object to manufacture TemplateSummary.
Trait Implementations§
source§impl Clone for TemplateSummary
impl Clone for TemplateSummary
source§fn clone(&self) -> TemplateSummary
fn clone(&self) -> TemplateSummary
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for TemplateSummary
impl Debug for TemplateSummary
source§impl PartialEq<TemplateSummary> for TemplateSummary
impl PartialEq<TemplateSummary> for TemplateSummary
source§fn eq(&self, other: &TemplateSummary) -> bool
fn eq(&self, other: &TemplateSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TemplateSummary
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more