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]

[src]

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

impl Debug for TargetGroupsConfig
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for TargetGroupsConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations