Struct aws_sdk_quicksight::model::DashboardSummary
source · [−]#[non_exhaustive]pub struct DashboardSummary {
pub arn: Option<String>,
pub dashboard_id: Option<String>,
pub name: Option<String>,
pub created_time: Option<DateTime>,
pub last_updated_time: Option<DateTime>,
pub published_version_number: Option<i64>,
pub last_published_time: Option<DateTime>,
}Expand description
Dashboard summary.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.arn: Option<String>The Amazon Resource Name (ARN) of the resource.
dashboard_id: Option<String>Dashboard ID.
name: Option<String>A display name for the dashboard.
created_time: Option<DateTime>The time that this dashboard was created.
last_updated_time: Option<DateTime>The last time that this dashboard was updated.
published_version_number: Option<i64>Published version number.
last_published_time: Option<DateTime>The last time that this dashboard was published.
Implementations
Dashboard ID.
The time that this dashboard was created.
The last time that this dashboard was updated.
Published version number.
The last time that this dashboard was published.
Creates a new builder-style object to manufacture DashboardSummary
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DashboardSummary
impl Send for DashboardSummary
impl Sync for DashboardSummary
impl Unpin for DashboardSummary
impl UnwindSafe for DashboardSummary
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more