Class: Aws::Types::IntegerListConfigurationOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_value::Array[::Integer]

Returns the value of attribute default_value.

Returns:

  • (::Array[::Integer])


6269
6270
6271
# File 'sig/types.rbs', line 6269

def default_value
  @default_value
end

#max::Integer

Returns the value of attribute max.

Returns:

  • (::Integer)


6271
6272
6273
# File 'sig/types.rbs', line 6271

def max
  @max
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


6272
6273
6274
# File 'sig/types.rbs', line 6272

def max_items
  @max_items
end

#min::Integer

Returns the value of attribute min.

Returns:

  • (::Integer)


6270
6271
6272
# File 'sig/types.rbs', line 6270

def min
  @min
end