Struct aws_sdk_ec2::model::LaunchTemplateConfig [−][src]
#[non_exhaustive]pub struct LaunchTemplateConfig {
pub launch_template_specification: Option<FleetLaunchTemplateSpecification>,
pub overrides: Option<Vec<LaunchTemplateOverrides>>,
}
Expand description
Describes a launch template and overrides.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.launch_template_specification: Option<FleetLaunchTemplateSpecification>
The launch template.
overrides: Option<Vec<LaunchTemplateOverrides>>
Any parameters that you specify override the same parameters in the launch template.
Implementations
The launch template.
Creates a new builder-style object to manufacture LaunchTemplateConfig
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 LaunchTemplateConfig
impl Send for LaunchTemplateConfig
impl Sync for LaunchTemplateConfig
impl Unpin for LaunchTemplateConfig
impl UnwindSafe for LaunchTemplateConfig
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