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]

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

impl Debug for EC2TagSet
[src]

Formats the value using the given formatter. Read more

impl Clone for EC2TagSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for EC2TagSet
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for EC2TagSet

impl Sync for EC2TagSet