Class: Aws::SecurityHub::Types::AwsS3BucketNotificationConfigurationS3KeyFilterRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsS3BucketNotificationConfigurationS3KeyFilterRule
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Details for a filter rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Indicates whether the filter is based on the prefix or suffix of the Amazon S3 key.
-
#value ⇒ String
The filter value.
Instance Attribute Details
#name ⇒ String
Indicates whether the filter is based on the prefix or suffix of the Amazon S3 key.
18575 18576 18577 18578 18579 18580 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18575 class AwsS3BucketNotificationConfigurationS3KeyFilterRule < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The filter value.
18575 18576 18577 18578 18579 18580 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18575 class AwsS3BucketNotificationConfigurationS3KeyFilterRule < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |