Class: Aws::Types::ModelOutputConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#csv_index_to_variable_map::Hash[::String, ::String]

Returns the value of attribute csv_index_to_variable_map.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • ("TEXT_CSV", "APPLICATION_JSONLINES")


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.

Returns:

  • (::Hash[::String, ::String])


1013
1014
1015
# File 'sig/types.rbs', line 1013

def json_key_to_variable_map
  @json_key_to_variable_map
end