Class: Aws::SecurityHub::Types::AwsS3BucketWebsiteConfigurationRoutingRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsS3BucketWebsiteConfigurationRoutingRule
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A rule for redirecting requests to the website.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#condition ⇒ Types::AwsS3BucketWebsiteConfigurationRoutingRuleCondition
Provides the condition that must be met in order to apply the routing rule.
-
#redirect ⇒ Types::AwsS3BucketWebsiteConfigurationRoutingRuleRedirect
Provides the rules to redirect the request if the condition in ‘Condition` is met.
Instance Attribute Details
#condition ⇒ Types::AwsS3BucketWebsiteConfigurationRoutingRuleCondition
Provides the condition that must be met in order to apply the routing rule.
19188 19189 19190 19191 19192 19193 |
# File 'lib/aws-sdk-securityhub/types.rb', line 19188 class AwsS3BucketWebsiteConfigurationRoutingRule < Struct.new( :condition, :redirect) SENSITIVE = [] include Aws::Structure end |
#redirect ⇒ Types::AwsS3BucketWebsiteConfigurationRoutingRuleRedirect
Provides the rules to redirect the request if the condition in ‘Condition` is met.
19188 19189 19190 19191 19192 19193 |
# File 'lib/aws-sdk-securityhub/types.rb', line 19188 class AwsS3BucketWebsiteConfigurationRoutingRule < Struct.new( :condition, :redirect) SENSITIVE = [] include Aws::Structure end |