Class: Aws::Types::DestinationParameterValueConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_values_configurationTypes::CustomValuesConfiguration

Returns the value of attribute custom_values_configuration.



5237
5238
5239
# File 'sig/types.rbs', line 5237

def custom_values_configuration
  @custom_values_configuration
end

#select_all_value_options"ALL_VALUES"

Returns the value of attribute select_all_value_options.

Returns:

  • ("ALL_VALUES")


5238
5239
5240
# File 'sig/types.rbs', line 5238

def select_all_value_options
  @select_all_value_options
end

#source_columnTypes::ColumnIdentifier

Returns the value of attribute source_column.



5241
5242
5243
# File 'sig/types.rbs', line 5241

def source_column
  @source_column
end

#source_field::String

Returns the value of attribute source_field.

Returns:

  • (::String)


5240
5241
5242
# File 'sig/types.rbs', line 5240

def source_field
  @source_field
end

#source_parameter_name::String

Returns the value of attribute source_parameter_name.

Returns:

  • (::String)


5239
5240
5241
# File 'sig/types.rbs', line 5239

def source_parameter_name
  @source_parameter_name
end