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]

[src]

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

impl Debug for OnPremisesTagSet
[src]

[src]

Formats the value using the given formatter.

impl Clone for OnPremisesTagSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more