Struct aws_sdk_quicksight::model::TemplateVersionSummary
source · #[non_exhaustive]pub struct TemplateVersionSummary { /* private fields */ }Expand description
The template version.
Implementations§
source§impl 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.
source§impl TemplateVersionSummary
impl TemplateVersionSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TemplateVersionSummary.
Trait Implementations§
source§impl Clone for TemplateVersionSummary
impl Clone for TemplateVersionSummary
source§fn clone(&self) -> TemplateVersionSummary
fn clone(&self) -> TemplateVersionSummary
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 more