Struct rusoto_codedeploy::OnPremisesTagSet[][src]

pub struct OnPremisesTagSet {
    pub on_premises_tag_set_list: Option<Vec<Vec<TagFilter>>>,
}

Information about groups of on-premises instance tags.

Fields

A list containing other lists of on-premises 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 OnPremisesTagSet
[src]

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

impl Debug for OnPremisesTagSet
[src]

Formats the value using the given formatter. Read more

impl Clone for OnPremisesTagSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for OnPremisesTagSet
[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