Struct aws_sdk_ec2::model::FleetLaunchTemplateConfigRequest [−][src]
#[non_exhaustive]pub struct FleetLaunchTemplateConfigRequest {
pub launch_template_specification: Option<FleetLaunchTemplateSpecificationRequest>,
pub overrides: Option<Vec<FleetLaunchTemplateOverridesRequest>>,
}
Expand description
Describes a launch template and overrides.
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.launch_template_specification: Option<FleetLaunchTemplateSpecificationRequest>
The launch template to use. You must specify either the launch template ID or launch template name in the request.
overrides: Option<Vec<FleetLaunchTemplateOverridesRequest>>
Any parameters that you specify override the same parameters in the launch template.
For fleets of type request
and maintain
, a maximum of 300
items is allowed across all launch templates.
Implementations
Creates a new builder-style object to manufacture FleetLaunchTemplateConfigRequest
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 FleetLaunchTemplateConfigRequest
impl Sync for FleetLaunchTemplateConfigRequest
impl Unpin for FleetLaunchTemplateConfigRequest
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