Class: Aws::Types::MatchObjectSize
- Inherits:
-
Object
- Object
- Aws::Types::MatchObjectSize
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes_greater_than ⇒ ::Integer
Returns the value of attribute bytes_greater_than.
-
#bytes_less_than ⇒ ::Integer
Returns the value of attribute bytes_less_than.
Instance Attribute Details
#bytes_greater_than ⇒ ::Integer
Returns the value of attribute bytes_greater_than.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def bytes_greater_than @bytes_greater_than end |
#bytes_less_than ⇒ ::Integer
Returns the value of attribute bytes_less_than.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def bytes_less_than @bytes_less_than end |