Struct aws_sdk_quicksight::model::TemplateVersionSummary
source · [−]#[non_exhaustive]pub struct TemplateVersionSummary { /* private fields */ }Expand description
The template version.
Implementations
sourceimpl TemplateVersionSummary
impl TemplateVersionSummary
sourcepub fn version_number(&self) -> Option<i64>
pub fn version_number(&self) -> Option<i64>
The version number of the template version.
sourcepub fn created_time(&self) -> Option<&DateTime>
pub fn created_time(&self) -> Option<&DateTime>
The time that this template version was created.
sourcepub fn status(&self) -> Option<&ResourceStatus>
pub fn status(&self) -> Option<&ResourceStatus>
The status of the template version.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the template version.
sourceimpl TemplateVersionSummary
impl TemplateVersionSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TemplateVersionSummary.
Trait Implementations
sourceimpl Clone for TemplateVersionSummary
impl Clone for TemplateVersionSummary
sourcefn clone(&self) -> TemplateVersionSummary
fn clone(&self) -> TemplateVersionSummary
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 TemplateVersionSummary
impl Debug for TemplateVersionSummary
sourceimpl PartialEq<TemplateVersionSummary> for TemplateVersionSummary
impl PartialEq<TemplateVersionSummary> for TemplateVersionSummary
sourcefn eq(&self, other: &TemplateVersionSummary) -> bool
fn eq(&self, other: &TemplateVersionSummary) -> bool
impl StructuralPartialEq for TemplateVersionSummary
Auto Trait Implementations
impl RefUnwindSafe for TemplateVersionSummary
impl Send for TemplateVersionSummary
impl Sync for TemplateVersionSummary
impl Unpin for TemplateVersionSummary
impl UnwindSafe for TemplateVersionSummary
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