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.
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.
5238 5239 5240 |
# File 'sig/types.rbs', line 5238 def @select_all_value_options end |
#source_column ⇒ Types::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.
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.
5239 5240 5241 |
# File 'sig/types.rbs', line 5239 def source_parameter_name @source_parameter_name end |