Class: Aws::Types::OutputSerialization

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#csvTypes::CSVOutput

Returns the value of attribute csv.

Returns:



2138
2139
2140
# File 'sig/types.rbs', line 2138

def csv
  @csv
end

#jsonTypes::JSONOutput

Returns the value of attribute json.

Returns:



2139
2140
2141
# File 'sig/types.rbs', line 2139

def json
  @json
end