Class: Aws::Types::MappingParameters
- Inherits:
-
Object
- Object
- Aws::Types::MappingParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#csv_mapping_parameters ⇒ Types::CSVMappingParameters
Returns the value of attribute csv_mapping_parameters.
-
#json_mapping_parameters ⇒ Types::JSONMappingParameters
Returns the value of attribute json_mapping_parameters.
Instance Attribute Details
#csv_mapping_parameters ⇒ Types::CSVMappingParameters
Returns the value of attribute csv_mapping_parameters.
923 924 925 |
# File 'sig/types.rbs', line 923 def csv_mapping_parameters @csv_mapping_parameters end |
#json_mapping_parameters ⇒ Types::JSONMappingParameters
Returns the value of attribute json_mapping_parameters.
922 923 924 |
# File 'sig/types.rbs', line 922 def json_mapping_parameters @json_mapping_parameters end |