Struct aws_sdk_ec2::model::launch_template::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for LaunchTemplate
Implementations
The ID of the launch template.
The ID of the launch template.
The name of the launch template.
The name of the launch template.
The time launch template was created.
The time launch template was created.
The principal that created the launch template.
The principal that created the launch template.
The version number of the default version of the launch template.
The version number of the default version of the launch template.
The version number of the latest version of the launch template.
The version number of the latest version of the launch template.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The tags for the launch template.
The tags for the launch template.
Consumes the builder and constructs a LaunchTemplate
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