Class: Aws::SecurityHub::Types::AwsS3BucketWebsiteConfigurationRoutingRuleCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsS3BucketWebsiteConfigurationRoutingRuleCondition
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The condition that must be met in order to apply the routing rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#http_error_code_returned_equals ⇒ String
Indicates to redirect the request if the HTTP error code matches this value.
-
#key_prefix_equals ⇒ String
Indicates to redirect the request if the key prefix matches this value.
Instance Attribute Details
#http_error_code_returned_equals ⇒ String
Indicates to redirect the request if the HTTP error code matches this value.
19209 19210 19211 19212 19213 19214 |
# File 'lib/aws-sdk-securityhub/types.rb', line 19209 class AwsS3BucketWebsiteConfigurationRoutingRuleCondition < Struct.new( :http_error_code_returned_equals, :key_prefix_equals) SENSITIVE = [] include Aws::Structure end |
#key_prefix_equals ⇒ String
Indicates to redirect the request if the key prefix matches this value.
19209 19210 19211 19212 19213 19214 |
# File 'lib/aws-sdk-securityhub/types.rb', line 19209 class AwsS3BucketWebsiteConfigurationRoutingRuleCondition < Struct.new( :http_error_code_returned_equals, :key_prefix_equals) SENSITIVE = [] include Aws::Structure end |