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.



5470
5471
5472
# File 'sig/types.rbs', line 5470

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")


5471
5472
5473
# File 'sig/types.rbs', line 5471

def select_all_value_options
  @select_all_value_options
end

#source_columnTypes::ColumnIdentifier

Returns the value of attribute source_column.



5474
5475
5476
# File 'sig/types.rbs', line 5474

def source_column
  @source_column
end

#source_field::String

Returns the value of attribute source_field.

Returns:

  • (::String)


5473
5474
5475
# File 'sig/types.rbs', line 5473

def source_field
  @source_field
end

#source_parameter_name::String

Returns the value of attribute source_parameter_name.

Returns:

  • (::String)


5472
5473
5474
# File 'sig/types.rbs', line 5472

def source_parameter_name
  @source_parameter_name
end