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:



2159
2160
2161
# File 'sig/types.rbs', line 2159

def csv
  @csv
end

#jsonTypes::JSONOutput

Returns the value of attribute json.

Returns:



2160
2161
2162
# File 'sig/types.rbs', line 2160

def json
  @json
end