Class: Aws::Macie2::Types::SearchResourcesTagCriterionPair
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::SearchResourcesTagCriterionPair
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Specifies a tag key, a tag value, or a tag key and value (as a pair) to use in a tag-based filter condition for a query. Tag keys and values are case sensitive. Also, Amazon Macie doesn't support use of partial values or wildcard characters in tag-based filter conditions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#key ⇒ String
5814 5815 5816 5817 5818 5819 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5814 class SearchResourcesTagCriterionPair < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
5814 5815 5816 5817 5818 5819 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5814 class SearchResourcesTagCriterionPair < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |