Class: Aws::Types::RecordLength
- Inherits:
-
Object
- Object
- Aws::Types::RecordLength
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max ⇒ ::Integer
Returns the value of attribute max.
-
#min ⇒ ::Integer
Returns the value of attribute min.
Instance Attribute Details
#max ⇒ ::Integer
Returns the value of attribute max.
887 888 889 |
# File 'sig/types.rbs', line 887 def max @max end |
#min ⇒ ::Integer
Returns the value of attribute min.
888 889 890 |
# File 'sig/types.rbs', line 888 def min @min end |