Class: Aws::CodeDeploy::Types::EC2TagFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#keyString

The tag filter key.

Returns:

  • (String)


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

#typeString

The tag filter type:

  • KEY_ONLY: Key only.

  • VALUE_ONLY: Value only.

  • KEY_AND_VALUE: Key and value.

Returns:

  • (String)


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

#valueString

The tag filter value.

Returns:

  • (String)


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