Class: Aws::SecurityHub::Types::AwsS3BucketNotificationConfigurationS3KeyFilterRule

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

Indicates whether the filter is based on the prefix or suffix of the Amazon S3 key.

Returns:

  • (String)


18996
18997
18998
18999
19000
19001
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18996

class AwsS3BucketNotificationConfigurationS3KeyFilterRule < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The filter value.

Returns:

  • (String)


18996
18997
18998
18999
19000
19001
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18996

class AwsS3BucketNotificationConfigurationS3KeyFilterRule < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end