Class: Aws::Types::DefaultSliderControlOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_optionsTypes::SliderControlDisplayOptions

Returns the value of attribute display_options.



3692
3693
3694
# File 'sig/types.rbs', line 3692

def display_options
  @display_options
end

#maximum_value::Float

Returns the value of attribute maximum_value.

Returns:

  • (::Float)


3694
3695
3696
# File 'sig/types.rbs', line 3694

def maximum_value
  @maximum_value
end

#minimum_value::Float

Returns the value of attribute minimum_value.

Returns:

  • (::Float)


3695
3696
3697
# File 'sig/types.rbs', line 3695

def minimum_value
  @minimum_value
end

#step_size::Float

Returns the value of attribute step_size.

Returns:

  • (::Float)


3696
3697
3698
# File 'sig/types.rbs', line 3696

def step_size
  @step_size
end

#type"SINGLE_POINT", "RANGE"

Returns the value of attribute type.

Returns:

  • ("SINGLE_POINT", "RANGE")


3693
3694
3695
# File 'sig/types.rbs', line 3693

def type
  @type
end