#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for UpdateTemplateAliasInput
Implementations
The ID of the Amazon Web Services account that contains the template alias that you're updating.
The ID of the Amazon Web Services account that contains the template alias that you're updating.
The ID for the template.
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 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.
The version number of the template.
Consumes the builder and constructs a UpdateTemplateAliasInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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