Struct aws_sdk_quicksight::model::ThemeSummary
source · [−]#[non_exhaustive]pub struct ThemeSummary {
pub arn: Option<String>,
pub name: Option<String>,
pub theme_id: Option<String>,
pub latest_version_number: Option<i64>,
pub created_time: Option<DateTime>,
pub last_updated_time: Option<DateTime>,
}Expand description
The theme 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.
name: Option<String>the display name for the theme.
theme_id: Option<String>The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
latest_version_number: Option<i64>The latest version number for the theme.
created_time: Option<DateTime>The date and time that this theme was created.
last_updated_time: Option<DateTime>The last date and time that this theme was updated.
Implementations
The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
The latest version number for the theme.
The date and time that this theme was created.
The last date and time that this theme was updated.
Creates a new builder-style object to manufacture ThemeSummary
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 ThemeSummary
impl Send for ThemeSummary
impl Sync for ThemeSummary
impl Unpin for ThemeSummary
impl UnwindSafe for ThemeSummary
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