Class: Aws::Types::ModelOutputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ModelOutputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#csv_index_to_variable_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute csv_index_to_variable_map.
-
#format ⇒ "TEXT_CSV", "APPLICATION_JSONLINES"
Returns the value of attribute format.
-
#json_key_to_variable_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute json_key_to_variable_map.
Instance Attribute Details
#csv_index_to_variable_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute csv_index_to_variable_map.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def csv_index_to_variable_map @csv_index_to_variable_map end |
#format ⇒ "TEXT_CSV", "APPLICATION_JSONLINES"
Returns the value of attribute format.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def format @format end |
#json_key_to_variable_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute json_key_to_variable_map.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def json_key_to_variable_map @json_key_to_variable_map end |