Class: Aws::Types::ParameterDropDownControl

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cascading_control_configurationTypes::CascadingControlConfiguration

Returns the value of attribute cascading_control_configuration.



8492
8493
8494
# File 'sig/types.rbs', line 8492

def cascading_control_configuration
  @cascading_control_configuration
end

#commit_mode"AUTO", "MANUAL"

Returns the value of attribute commit_mode.

Returns:

  • ("AUTO", "MANUAL")


8493
8494
8495
# File 'sig/types.rbs', line 8493

def commit_mode
  @commit_mode
end

#control_sort_configurations::Array[Types::ControlSortConfiguration]

Returns the value of attribute control_sort_configurations.

Returns:



8494
8495
8496
# File 'sig/types.rbs', line 8494

def control_sort_configurations
  @control_sort_configurations
end

#control_title_format_textTypes::ControlTitleFormatText

Returns the value of attribute control_title_format_text.



8495
8496
8497
# File 'sig/types.rbs', line 8495

def control_title_format_text
  @control_title_format_text
end

#display_optionsTypes::DropDownControlDisplayOptions

Returns the value of attribute display_options.



8489
8490
8491
# File 'sig/types.rbs', line 8489

def display_options
  @display_options
end

#parameter_control_id::String

Returns the value of attribute parameter_control_id.

Returns:

  • (::String)


8486
8487
8488
# File 'sig/types.rbs', line 8486

def parameter_control_id
  @parameter_control_id
end

#selectable_valuesTypes::ParameterSelectableValues

Returns the value of attribute selectable_values.



8491
8492
8493
# File 'sig/types.rbs', line 8491

def selectable_values
  @selectable_values
end

#source_parameter_name::String

Returns the value of attribute source_parameter_name.

Returns:

  • (::String)


8488
8489
8490
# File 'sig/types.rbs', line 8488

def source_parameter_name
  @source_parameter_name
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


8487
8488
8489
# File 'sig/types.rbs', line 8487

def title
  @title
end

#type"MULTI_SELECT", "SINGLE_SELECT"

Returns the value of attribute type.

Returns:

  • ("MULTI_SELECT", "SINGLE_SELECT")


8490
8491
8492
# File 'sig/types.rbs', line 8490

def type
  @type
end