Class: Aws::Types::IntegerConfigurationOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_value::Integer

Returns the value of attribute default_value.

Returns:

  • (::Integer)


6262
6263
6264
# File 'sig/types.rbs', line 6262

def default_value
  @default_value
end

#max::Integer

Returns the value of attribute max.

Returns:

  • (::Integer)


6264
6265
6266
# File 'sig/types.rbs', line 6264

def max
  @max
end

#min::Integer

Returns the value of attribute min.

Returns:

  • (::Integer)


6263
6264
6265
# File 'sig/types.rbs', line 6263

def min
  @min
end