Struct rusoto_ec2::LoadBalancersConfig [] [src]

pub struct LoadBalancersConfig {
    pub classic_load_balancers_config: Option<ClassicLoadBalancersConfig>,
    pub target_groups_config: Option<TargetGroupsConfig>,
}

Describes the Classic Load Balancers and target groups to attach to a Spot Fleet request.

Fields

The Classic Load Balancers.

The target groups.

Trait Implementations

impl Default for LoadBalancersConfig
[src]

[src]

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

impl Debug for LoadBalancersConfig
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for LoadBalancersConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations