class Aws::CodeDeploy::Types::EC2TagFilter
Information about an EC2 tag filter.
@note When making an API call, you may pass EC2TagFilter
data as a hash: { key: "Key", value: "Value", type: "KEY_ONLY", # accepts KEY_ONLY, VALUE_ONLY, KEY_AND_VALUE }
@!attribute [rw] key
The tag filter key. @return [String]
@!attribute [rw] value
The tag filter value. @return [String]
@!attribute [rw] type
The tag filter type: * `KEY_ONLY`\: Key only. * `VALUE_ONLY`\: Value only. * `KEY_AND_VALUE`\: Key and value. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/EC2TagFilter AWS API Documentation
Constants
- SENSITIVE