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]

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

impl Debug for LoadBalancersConfig
[src]

Formats the value using the given formatter. Read more

impl Clone for LoadBalancersConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for LoadBalancersConfig
[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