Struct aws_sdk_quicksight::model::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.