Struct aws_sdk_quicksight::types::ThemeVersionSummary
source · #[non_exhaustive]pub struct ThemeVersionSummary { /* private fields */ }Expand description
The theme version.
Implementations§
source§impl ThemeVersionSummary
impl ThemeVersionSummary
sourcepub fn version_number(&self) -> Option<i64>
pub fn version_number(&self) -> Option<i64>
The version number of the theme version.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the theme version.
sourcepub fn created_time(&self) -> Option<&DateTime>
pub fn created_time(&self) -> Option<&DateTime>
The date and time that this theme version was created.
sourcepub fn status(&self) -> Option<&ResourceStatus>
pub fn status(&self) -> Option<&ResourceStatus>
The status of the theme version.
source§impl ThemeVersionSummary
impl ThemeVersionSummary
sourcepub fn builder() -> ThemeVersionSummaryBuilder
pub fn builder() -> ThemeVersionSummaryBuilder
Creates a new builder-style object to manufacture ThemeVersionSummary.
Trait Implementations§
source§impl Clone for ThemeVersionSummary
impl Clone for ThemeVersionSummary
source§fn clone(&self) -> ThemeVersionSummary
fn clone(&self) -> ThemeVersionSummary
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 ThemeVersionSummary
impl Debug for ThemeVersionSummary
source§impl PartialEq<ThemeVersionSummary> for ThemeVersionSummary
impl PartialEq<ThemeVersionSummary> for ThemeVersionSummary
source§fn eq(&self, other: &ThemeVersionSummary) -> bool
fn eq(&self, other: &ThemeVersionSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ThemeVersionSummary
Auto Trait Implementations§
impl RefUnwindSafe for ThemeVersionSummary
impl Send for ThemeVersionSummary
impl Sync for ThemeVersionSummary
impl Unpin for ThemeVersionSummary
impl UnwindSafe for ThemeVersionSummary
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