Struct rusoto_codedeploy::TargetInstances [] [src]

pub struct TargetInstances {
    pub auto_scaling_groups: Option<AutoScalingGroupNameList>,
    pub tag_filters: Option<EC2TagFilterList>,
}

Information about the instances to be used in the replacement environment in a blue/green deployment.

Fields

The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment.

The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a blue/green deployment.

Trait Implementations

impl Default for TargetInstances
[src]

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

impl Debug for TargetInstances
[src]

Formats the value using the given formatter.

impl Clone for TargetInstances
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more