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

pub struct EC2TagFilter {
    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 EC2TagFilter
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for EC2TagFilter
[src]

[src]

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

Auto Trait Implementations

impl Send for EC2TagFilter

impl Sync for EC2TagFilter