Class: Aws::Types::Condition
- Inherits:
-
Object
- Object
- Aws::Types::Condition
- 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.
301 302 303 |
# File 'sig/types.rbs', line 301 def http_error_code_returned_equals @http_error_code_returned_equals end |
#key_prefix_equals ⇒ ::String
Returns the value of attribute key_prefix_equals.
302 303 304 |
# File 'sig/types.rbs', line 302 def key_prefix_equals @key_prefix_equals end |