Class: Aws::Types::OutputSerialization
- Inherits:
-
Object
- Object
- Aws::Types::OutputSerialization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#csv ⇒ Types::CSVOutput
Returns the value of attribute csv.
-
#json ⇒ Types::JSONOutput
Returns the value of attribute json.
Instance Attribute Details
#csv ⇒ Types::CSVOutput
Returns the value of attribute csv.
2138 2139 2140 |
# File 'sig/types.rbs', line 2138 def csv @csv end |
#json ⇒ Types::JSONOutput
Returns the value of attribute json.
2139 2140 2141 |
# File 'sig/types.rbs', line 2139 def json @json end |