Struct aws_sdk_quicksight::input::UpdateTemplateAliasInput
source · [−]#[non_exhaustive]pub struct UpdateTemplateAliasInput {
pub aws_account_id: Option<String>,
pub template_id: Option<String>,
pub alias_name: Option<String>,
pub template_version_number: Option<i64>,
}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 template alias that you're updating.
template_id: Option<String>The ID for the template.
alias_name: Option<String>The alias of the template that you want to update. If you name a specific alias, you update the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.
template_version_number: Option<i64>The version number of the template.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateTemplateAlias, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateTemplateAlias, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateTemplateAlias>
Creates a new builder-style object to manufacture UpdateTemplateAliasInput
The ID of the Amazon Web Services account that contains the template alias that you're updating.
The ID for the template.
The alias of the template that you want to update. If you name a specific alias, you update the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.
The version number of the template.
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 UpdateTemplateAliasInput
impl Send for UpdateTemplateAliasInput
impl Sync for UpdateTemplateAliasInput
impl Unpin for UpdateTemplateAliasInput
impl UnwindSafe for UpdateTemplateAliasInput
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