Struct aws_sdk_quicksight::input::DeleteThemeAliasInput
source · [−]#[non_exhaustive]pub struct DeleteThemeAliasInput {
pub aws_account_id: Option<String>,
pub theme_id: Option<String>,
pub alias_name: Option<String>,
}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 alias to delete.
theme_id: Option<String>The ID for the theme that the specified alias is for.
alias_name: Option<String>The unique name for the theme alias to delete.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteThemeAlias, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteThemeAlias, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteThemeAlias>
Creates a new builder-style object to manufacture DeleteThemeAliasInput
The ID of the Amazon Web Services account that contains the theme alias to delete.
The unique name for the theme alias to delete.
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 DeleteThemeAliasInput
impl Send for DeleteThemeAliasInput
impl Sync for DeleteThemeAliasInput
impl Unpin for DeleteThemeAliasInput
impl UnwindSafe for DeleteThemeAliasInput
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