Struct aws_sdk_ec2::model::LaunchTemplateAndOverridesResponse [−][src]
#[non_exhaustive]pub struct LaunchTemplateAndOverridesResponse {
pub launch_template_specification: Option<FleetLaunchTemplateSpecification>,
pub overrides: Option<FleetLaunchTemplateOverrides>,
}
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<FleetLaunchTemplateOverrides>
Any parameters that you specify override the same parameters in the launch template.
Implementations
The launch template.
Any parameters that you specify override the same parameters in the launch template.
Creates a new builder-style object to manufacture LaunchTemplateAndOverridesResponse
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 Send for LaunchTemplateAndOverridesResponse
impl Sync for LaunchTemplateAndOverridesResponse
impl Unpin for LaunchTemplateAndOverridesResponse
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