Class: Aws::Types::AwsS3BucketWebsiteConfigurationRoutingRule
- Inherits:
-
Object
- Object
- Aws::Types::AwsS3BucketWebsiteConfigurationRoutingRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition ⇒ Types::AwsS3BucketWebsiteConfigurationRoutingRuleCondition
Returns the value of attribute condition.
-
#redirect ⇒ Types::AwsS3BucketWebsiteConfigurationRoutingRuleRedirect
Returns the value of attribute redirect.
Instance Attribute Details
#condition ⇒ Types::AwsS3BucketWebsiteConfigurationRoutingRuleCondition
Returns the value of attribute condition.
4120 4121 4122 |
# File 'sig/types.rbs', line 4120 def condition @condition end |
#redirect ⇒ Types::AwsS3BucketWebsiteConfigurationRoutingRuleRedirect
Returns the value of attribute redirect.
4121 4122 4123 |
# File 'sig/types.rbs', line 4121 def redirect @redirect end |