Struct aws_sdk_quicksight::model::AccountCustomization [−][src]
#[non_exhaustive]pub struct AccountCustomization {
pub default_theme: Option<String>,
pub default_email_customization_template: Option<String>,
}
Expand description
The Amazon QuickSight customizations associated with your Amazon Web Services account or a QuickSight namespace in a specific Amazon Web Services Region.
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.default_theme: Option<String>
The default theme for this Amazon QuickSight subscription.
default_email_customization_template: Option<String>
The default email customization template.
Implementations
The default theme for this Amazon QuickSight subscription.
The default email customization template.
Creates a new builder-style object to manufacture AccountCustomization
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 AccountCustomization
impl Send for AccountCustomization
impl Sync for AccountCustomization
impl Unpin for AccountCustomization
impl UnwindSafe for AccountCustomization
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