Struct aws_sdk_quicksight::types::Dashboard
source · #[non_exhaustive]pub struct Dashboard { /* private fields */ }Expand description
Dashboard.
Implementations§
source§impl 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 dashboard was created.
sourcepub fn last_published_time(&self) -> Option<&DateTime>
pub fn last_published_time(&self) -> Option<&DateTime>
The last time that this dashboard was published.
sourcepub fn last_updated_time(&self) -> Option<&DateTime>
pub fn last_updated_time(&self) -> Option<&DateTime>
The last time that this dashboard was updated.
Trait Implementations§
source§impl PartialEq<Dashboard> for Dashboard
impl PartialEq<Dashboard> for Dashboard
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§
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