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]

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

impl Debug for LaunchTemplateConfig
[src]

Formats the value using the given formatter. Read more

impl Clone for LaunchTemplateConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for LaunchTemplateConfig
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations