Struct aws_sdk_quicksight::input::UpdateThemeInput
source · [−]#[non_exhaustive]pub struct UpdateThemeInput {
pub aws_account_id: Option<String>,
pub theme_id: Option<String>,
pub name: Option<String>,
pub base_theme_id: Option<String>,
pub version_description: Option<String>,
pub configuration: Option<ThemeConfiguration>,
}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.aws_account_id: Option<String>The ID of the Amazon Web Services account that contains the theme that you're updating.
theme_id: Option<String>The ID for the theme.
name: Option<String>The name for the theme.
base_theme_id: Option<String>The theme ID, defined by Amazon QuickSight, that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.
version_description: Option<String>A description of the theme version that you're updating Every time that you call UpdateTheme, you create a new version of the theme. Each version of the theme maintains a description of the version in VersionDescription.
configuration: Option<ThemeConfiguration>The theme configuration, which contains the theme display properties.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateTheme, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateTheme, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateTheme>
Creates a new builder-style object to manufacture UpdateThemeInput
The ID of the Amazon Web Services account that contains the theme that you're updating.
The theme ID, defined by Amazon QuickSight, that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.
A description of the theme version that you're updating Every time that you call UpdateTheme, you create a new version of the theme. Each version of the theme maintains a description of the version in VersionDescription.
The theme configuration, which contains the theme display properties.
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 UpdateThemeInput
impl Send for UpdateThemeInput
impl Sync for UpdateThemeInput
impl Unpin for UpdateThemeInput
impl UnwindSafe for UpdateThemeInput
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