Class: Aws::CodeDeploy::Types::TagFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Information about an on-premises instance tag filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The on-premises instance tag filter key.

Returns:

  • (String)


4633
4634
4635
4636
4637
4638
4639
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4633

class TagFilter < Struct.new(
  :key,
  :value,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The on-premises instance tag filter type:

  • KEY_ONLY: Key only.

  • VALUE_ONLY: Value only.

  • KEY_AND_VALUE: Key and value.

Returns:

  • (String)


4633
4634
4635
4636
4637
4638
4639
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4633

class TagFilter < Struct.new(
  :key,
  :value,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The on-premises instance tag filter value.

Returns:

  • (String)


4633
4634
4635
4636
4637
4638
4639
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4633

class TagFilter < Struct.new(
  :key,
  :value,
  :type)
  SENSITIVE = []
  include Aws::Structure
end