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.



8526
8527
8528
# File 'sig/types.rbs', line 8526

def control_title_format_text
  @control_title_format_text
end

#display_optionsTypes::SliderControlDisplayOptions

Returns the value of attribute display_options.



8522
8523
8524
# File 'sig/types.rbs', line 8522

def display_options
  @display_options
end

#maximum_value::Float

Returns the value of attribute maximum_value.

Returns:

  • (::Float)


8523
8524
8525
# File 'sig/types.rbs', line 8523

def maximum_value
  @maximum_value
end

#minimum_value::Float

Returns the value of attribute minimum_value.

Returns:

  • (::Float)


8524
8525
8526
# File 'sig/types.rbs', line 8524

def minimum_value
  @minimum_value
end

#parameter_control_id::String

Returns the value of attribute parameter_control_id.

Returns:

  • (::String)


8519
8520
8521
# File 'sig/types.rbs', line 8519

def parameter_control_id
  @parameter_control_id
end

#source_parameter_name::String

Returns the value of attribute source_parameter_name.

Returns:

  • (::String)


8521
8522
8523
# File 'sig/types.rbs', line 8521

def source_parameter_name
  @source_parameter_name
end

#step_size::Float

Returns the value of attribute step_size.

Returns:

  • (::Float)


8525
8526
8527
# File 'sig/types.rbs', line 8525

def step_size
  @step_size
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


8520
8521
8522
# File 'sig/types.rbs', line 8520

def title
  @title
end