Class: Aws::CodeDeploy::Types::EC2TagFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::EC2TagFilter
- Defined in:
- gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb
Overview
Information about an EC2 tag filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The tag filter key.
-
#type ⇒ String
The tag filter type:.
-
#value ⇒ String
The tag filter value.
Instance Attribute Details
#key ⇒ String
The tag filter key.
2063 2064 2065 2066 2067 2068 2069 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2063 class EC2TagFilter < Struct.new( :key, :value, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The tag filter type:
KEY_ONLY
: Key only.VALUE_ONLY
: Value only.KEY_AND_VALUE
: Key and value.
2063 2064 2065 2066 2067 2068 2069 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2063 class EC2TagFilter < Struct.new( :key, :value, :type) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The tag filter value.
2063 2064 2065 2066 2067 2068 2069 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2063 class EC2TagFilter < Struct.new( :key, :value, :type) SENSITIVE = [] include Aws::Structure end |