Struct aws_sdk_quicksight::model::ThemeVersionSummary
source · [−]#[non_exhaustive]pub struct ThemeVersionSummary {
pub version_number: Option<i64>,
pub arn: Option<String>,
pub description: Option<String>,
pub created_time: Option<DateTime>,
pub status: Option<ResourceStatus>,
}Expand description
The theme version.
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.version_number: Option<i64>The version number of the theme version.
arn: Option<String>The Amazon Resource Name (ARN) of the theme version.
description: Option<String>The description of the theme version.
created_time: Option<DateTime>The date and time that this theme version was created.
status: Option<ResourceStatus>The status of the theme version.
Implementations
The version number of the theme version.
The description of the theme version.
The date and time that this theme version was created.
The status of the theme version.
Creates a new builder-style object to manufacture ThemeVersionSummary
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 ThemeVersionSummary
impl Send for ThemeVersionSummary
impl Sync for ThemeVersionSummary
impl Unpin for ThemeVersionSummary
impl UnwindSafe for ThemeVersionSummary
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