Struct aws_sdk_quicksight::model::ThemeVersion [−][src]
#[non_exhaustive]pub struct ThemeVersion {
pub version_number: Option<i64>,
pub arn: Option<String>,
pub description: Option<String>,
pub base_theme_id: Option<String>,
pub created_time: Option<DateTime>,
pub configuration: Option<ThemeConfiguration>,
pub errors: Option<Vec<ThemeError>>,
pub status: Option<ResourceStatus>,
}Expand description
A version of a theme.
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.
arn: Option<String>The Amazon Resource Name (ARN) of the resource.
description: Option<String>The description of the theme.
base_theme_id: Option<String>The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.
created_time: Option<DateTime>The date and time that this theme version was created.
configuration: Option<ThemeConfiguration>The theme configuration, which contains all the theme display properties.
errors: Option<Vec<ThemeError>>Errors associated with the theme.
status: Option<ResourceStatus>The status of the theme version.
Implementations
The version number of the theme.
The description of the theme.
The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.
The date and time that this theme version was created.
The theme configuration, which contains all the theme display properties.
The status of the theme version.
Creates a new builder-style object to manufacture ThemeVersion
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 ThemeVersion
impl Send for ThemeVersion
impl Sync for ThemeVersion
impl Unpin for ThemeVersion
impl UnwindSafe for ThemeVersion
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