Class: Aws::Types::DestinationParameterValueConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DestinationParameterValueConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_values_configuration ⇒ Types::CustomValuesConfiguration
Returns the value of attribute custom_values_configuration.
-
#select_all_value_options ⇒ "ALL_VALUES"
Returns the value of attribute select_all_value_options.
-
#source_column ⇒ Types::ColumnIdentifier
Returns the value of attribute source_column.
-
#source_field ⇒ ::String
Returns the value of attribute source_field.
-
#source_parameter_name ⇒ ::String
Returns the value of attribute source_parameter_name.
Instance Attribute Details
#custom_values_configuration ⇒ Types::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.
5471 5472 5473 |
# File 'sig/types.rbs', line 5471 def @select_all_value_options end |
#source_column ⇒ Types::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.
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.
5472 5473 5474 |
# File 'sig/types.rbs', line 5472 def source_parameter_name @source_parameter_name end |