Class: Aws::SecurityHub::Types::AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A value to use for the filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#prefix ⇒ String
Prefix text for matching objects.
-
#tag ⇒ Types::AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails
A tag that is assigned to matching objects.
-
#type ⇒ String
The type of filter value.
Instance Attribute Details
#prefix ⇒ String
Prefix text for matching objects.
18046 18047 18048 18049 18050 18051 18052 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18046 class AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails < Struct.new( :prefix, :tag, :type) SENSITIVE = [] include Aws::Structure end |
#tag ⇒ Types::AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails
A tag that is assigned to matching objects.
18046 18047 18048 18049 18050 18051 18052 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18046 class AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails < Struct.new( :prefix, :tag, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of filter value. Valid values are ‘LifecyclePrefixPredicate` or `LifecycleTagPredicate`.
18046 18047 18048 18049 18050 18051 18052 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18046 class AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails < Struct.new( :prefix, :tag, :type) SENSITIVE = [] include Aws::Structure end |