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