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)


19006
19007
19008
19009
19010
19011
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19006

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

#valueString

The filter value.

Returns:

  • (String)


19006
19007
19008
19009
19010
19011
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19006

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