Class: Aws::Types::AwsS3BucketWebsiteConfigurationRoutingRuleCondition
- Inherits:
-
Object
- Object
- Aws::Types::AwsS3BucketWebsiteConfigurationRoutingRuleCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#http_error_code_returned_equals ⇒ ::String
Returns the value of attribute http_error_code_returned_equals.
-
#key_prefix_equals ⇒ ::String
Returns the value of attribute key_prefix_equals.
Instance Attribute Details
#http_error_code_returned_equals ⇒ ::String
Returns the value of attribute http_error_code_returned_equals.
4126 4127 4128 |
# File 'sig/types.rbs', line 4126 def http_error_code_returned_equals @http_error_code_returned_equals end |
#key_prefix_equals ⇒ ::String
Returns the value of attribute key_prefix_equals.
4127 4128 4129 |
# File 'sig/types.rbs', line 4127 def key_prefix_equals @key_prefix_equals end |