Struct cfn::aws::codedeploy::deployment_group::TagFilter [] [src]

pub struct TagFilter {
    pub key: Option<Value<String>>,
    pub type_: Option<Value<String>>,
    pub value: Option<Value<String>>,
}

Fields

Property Key.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Type.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Value.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for TagFilter
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for TagFilter
[src]

[src]

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

Auto Trait Implementations

impl Send for TagFilter

impl Sync for TagFilter