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.



3823
3824
3825
# File 'sig/types.rbs', line 3823

def display_options
  @display_options
end

#maximum_value::Float

Returns the value of attribute maximum_value.

Returns:

  • (::Float)


3825
3826
3827
# File 'sig/types.rbs', line 3825

def maximum_value
  @maximum_value
end

#minimum_value::Float

Returns the value of attribute minimum_value.

Returns:

  • (::Float)


3826
3827
3828
# File 'sig/types.rbs', line 3826

def minimum_value
  @minimum_value
end

#step_size::Float

Returns the value of attribute step_size.

Returns:

  • (::Float)


3827
3828
3829
# File 'sig/types.rbs', line 3827

def step_size
  @step_size
end

#type"SINGLE_POINT", "RANGE"

Returns the value of attribute type.

Returns:

  • ("SINGLE_POINT", "RANGE")


3824
3825
3826
# File 'sig/types.rbs', line 3824

def type
  @type
end