Struct aws_sdk_quicksight::model::TemplateSummary
source · [−]#[non_exhaustive]pub struct TemplateSummary { /* private fields */ }Expand description
The template summary.
Implementations
sourceimpl 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.
sourceimpl TemplateSummary
impl TemplateSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TemplateSummary.
Trait Implementations
sourceimpl Clone for TemplateSummary
impl Clone for TemplateSummary
sourcefn clone(&self) -> TemplateSummary
fn clone(&self) -> TemplateSummary
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TemplateSummary
impl Debug for TemplateSummary
sourceimpl PartialEq<TemplateSummary> for TemplateSummary
impl PartialEq<TemplateSummary> for TemplateSummary
sourcefn eq(&self, other: &TemplateSummary) -> bool
fn eq(&self, other: &TemplateSummary) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more