#[non_exhaustive]pub struct AwsS3BucketWebsiteConfigurationRoutingRuleCondition { /* private fields */ }
Expand description
The condition that must be met in order to apply the routing rule.
Implementations§
source§impl AwsS3BucketWebsiteConfigurationRoutingRuleCondition
impl AwsS3BucketWebsiteConfigurationRoutingRuleCondition
sourcepub fn http_error_code_returned_equals(&self) -> Option<&str>
pub fn http_error_code_returned_equals(&self) -> Option<&str>
Indicates to redirect the request if the HTTP error code matches this value.
sourcepub fn key_prefix_equals(&self) -> Option<&str>
pub fn key_prefix_equals(&self) -> Option<&str>
Indicates to redirect the request if the key prefix matches this value.
source§impl AwsS3BucketWebsiteConfigurationRoutingRuleCondition
impl AwsS3BucketWebsiteConfigurationRoutingRuleCondition
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsS3BucketWebsiteConfigurationRoutingRuleCondition
.
Trait Implementations§
source§impl Clone for AwsS3BucketWebsiteConfigurationRoutingRuleCondition
impl Clone for AwsS3BucketWebsiteConfigurationRoutingRuleCondition
source§fn clone(&self) -> AwsS3BucketWebsiteConfigurationRoutingRuleCondition
fn clone(&self) -> AwsS3BucketWebsiteConfigurationRoutingRuleCondition
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<AwsS3BucketWebsiteConfigurationRoutingRuleCondition> for AwsS3BucketWebsiteConfigurationRoutingRuleCondition
impl PartialEq<AwsS3BucketWebsiteConfigurationRoutingRuleCondition> for AwsS3BucketWebsiteConfigurationRoutingRuleCondition
source§fn eq(&self, other: &AwsS3BucketWebsiteConfigurationRoutingRuleCondition) -> bool
fn eq(&self, other: &AwsS3BucketWebsiteConfigurationRoutingRuleCondition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.