Struct rusoto_codedeploy::TargetInstances [] [src]

pub struct TargetInstances {
    pub auto_scaling_groups: Option<Vec<String>>,
    pub ec_2_tag_set: Option<EC2TagSet>,
    pub tag_filters: Option<Vec<EC2TagFilter>>,
}

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.

Information about the groups of EC2 instance tags that an instance must be identified by in order for it to be included in the replacement environment for a blue/green deployment. Cannot be used in the same call as tagFilters.

The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a blue/green deployment. Cannot be used in the same call as ec2TagSet.

Trait Implementations

impl Default for TargetInstances
[src]

[src]

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

impl Debug for TargetInstances
[src]

[src]

Formats the value using the given formatter.

impl Clone for TargetInstances
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more