Struct rusoto_ec2::TargetGroupsConfig[][src]

pub struct TargetGroupsConfig {
    pub target_groups: Vec<TargetGroup>,
}

Describes the target groups to attach to a Spot Fleet. Spot Fleet registers the running Spot Instances with these target groups.

Fields

One or more target groups.

Trait Implementations

impl Default for TargetGroupsConfig
[src]

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

impl Debug for TargetGroupsConfig
[src]

Formats the value using the given formatter. Read more

impl Clone for TargetGroupsConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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