Class: Aws::Types::ParameterSliderControl

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#control_title_format_textTypes::ControlTitleFormatText

Returns the value of attribute control_title_format_text.



8877
8878
8879
# File 'sig/types.rbs', line 8877

def control_title_format_text
  @control_title_format_text
end

#display_optionsTypes::SliderControlDisplayOptions

Returns the value of attribute display_options.



8873
8874
8875
# File 'sig/types.rbs', line 8873

def display_options
  @display_options
end

#maximum_value::Float

Returns the value of attribute maximum_value.

Returns:

  • (::Float)


8874
8875
8876
# File 'sig/types.rbs', line 8874

def maximum_value
  @maximum_value
end

#minimum_value::Float

Returns the value of attribute minimum_value.

Returns:

  • (::Float)


8875
8876
8877
# File 'sig/types.rbs', line 8875

def minimum_value
  @minimum_value
end

#parameter_control_id::String

Returns the value of attribute parameter_control_id.

Returns:

  • (::String)


8870
8871
8872
# File 'sig/types.rbs', line 8870

def parameter_control_id
  @parameter_control_id
end

#source_parameter_name::String

Returns the value of attribute source_parameter_name.

Returns:

  • (::String)


8872
8873
8874
# File 'sig/types.rbs', line 8872

def source_parameter_name
  @source_parameter_name
end

#step_size::Float

Returns the value of attribute step_size.

Returns:

  • (::Float)


8876
8877
8878
# File 'sig/types.rbs', line 8876

def step_size
  @step_size
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


8871
8872
8873
# File 'sig/types.rbs', line 8871

def title
  @title
end