Class: Aws::SecurityHub::Types::AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A tag filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The tag key.
-
#value ⇒ String
The tag value.
Instance Attribute Details
#key ⇒ String
The tag key.
18085 18086 18087 18088 18089 18090 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18085 class AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The tag value
18085 18086 18087 18088 18089 18090 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18085 class AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |