Struct rusoto_autoscaling::AttachLoadBalancerTargetGroupsType [] [src]

pub struct AttachLoadBalancerTargetGroupsType {
    pub auto_scaling_group_name: String,
    pub target_group_ar_ns: Vec<String>,
}

Contains the parameters for AttachLoadBalancerTargetGroups.

Fields

The name of the Auto Scaling group.

The Amazon Resource Names (ARN) of the target groups.

Trait Implementations

impl Default for AttachLoadBalancerTargetGroupsType
[src]

[src]

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

impl Debug for AttachLoadBalancerTargetGroupsType
[src]

[src]

Formats the value using the given formatter.

impl Clone for AttachLoadBalancerTargetGroupsType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more