Struct aws_sdk_quicksight::model::Dashboard
source · [−]#[non_exhaustive]pub struct Dashboard { /* private fields */ }Expand description
Dashboard.
Implementations
sourceimpl Dashboard
impl Dashboard
sourcepub fn dashboard_id(&self) -> Option<&str>
pub fn dashboard_id(&self) -> Option<&str>
Dashboard ID.
sourcepub fn version(&self) -> Option<&DashboardVersion>
pub fn version(&self) -> Option<&DashboardVersion>
Version.
sourcepub fn created_time(&self) -> Option<&DateTime>
pub fn created_time(&self) -> Option<&DateTime>
The time that this dataset was created.
sourcepub fn last_published_time(&self) -> Option<&DateTime>
pub fn last_published_time(&self) -> Option<&DateTime>
The last time that this dataset was published.
sourcepub fn last_updated_time(&self) -> Option<&DateTime>
pub fn last_updated_time(&self) -> Option<&DateTime>
The last time that this dataset was updated.
Trait Implementations
impl StructuralPartialEq for Dashboard
Auto Trait Implementations
impl RefUnwindSafe for Dashboard
impl Send for Dashboard
impl Sync for Dashboard
impl Unpin for Dashboard
impl UnwindSafe for Dashboard
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