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.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def csv @csv end |
#json ⇒ Types::JSONOutput
Returns the value of attribute json.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def json @json end |