Struct rusoto_ec2::LaunchTemplateConfig [] [src]

pub struct LaunchTemplateConfig {
    pub launch_template_specification: Option<FleetLaunchTemplateSpecification>,
    pub overrides: Option<Vec<LaunchTemplateOverrides>>,
}

Describes a launch template and overrides.

Fields

The launch template.

Any parameters that you specify override the same parameters in the launch template.

Trait Implementations

impl Default for LaunchTemplateConfig
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for LaunchTemplateConfig
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for LaunchTemplateConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations