Struct rusoto_codedeploy::EC2TagSet [] [src]

pub struct EC2TagSet {
    pub ec_2_tag_set_list: Option<Vec<Vec<EC2TagFilter>>>,
}

Information about groups of EC2 instance tags.

Fields

A list containing other lists of EC2 instance tag groups. In order for an instance to be included in the deployment group, it must be identified by all the tag groups in the list.

Trait Implementations

impl Default for EC2TagSet
[src]

[src]

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

impl Debug for EC2TagSet
[src]

[src]

Formats the value using the given formatter.

impl Clone for EC2TagSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more