Class: Aws::AutoScalingPlans::Types::TagFilter

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

Overview

Represents a tag.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The tag key.

Returns:

  • (String)


1082
1083
1084
1085
1086
1087
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 1082

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

#valuesArray<String>

The tag values (0 to 20).

Returns:

  • (Array<String>)


1082
1083
1084
1085
1086
1087
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 1082

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