Class: Aws::Types::IntegerListConfigurationOptions
- Inherits:
-
Object
- Object
- Aws::Types::IntegerListConfigurationOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::Array[::Integer]
Returns the value of attribute default_value.
-
#max ⇒ ::Integer
Returns the value of attribute max.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#min ⇒ ::Integer
Returns the value of attribute min.
Instance Attribute Details
#default_value ⇒ ::Array[::Integer]
Returns the value of attribute default_value.
6269 6270 6271 |
# File 'sig/types.rbs', line 6269 def default_value @default_value end |
#max ⇒ ::Integer
Returns the value of attribute max.
6271 6272 6273 |
# File 'sig/types.rbs', line 6271 def max @max end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
6272 6273 6274 |
# File 'sig/types.rbs', line 6272 def max_items @max_items end |
#min ⇒ ::Integer
Returns the value of attribute min.
6270 6271 6272 |
# File 'sig/types.rbs', line 6270 def min @min end |