Class: Aws::Glue::Types::StatementOutputData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StatementOutputData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The code execution output in JSON format.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text_plain ⇒ String
The code execution output in text format.
Instance Attribute Details
#text_plain ⇒ String
The code execution output in text format.
21867 21868 21869 21870 21871 |
# File 'lib/aws-sdk-glue/types.rb', line 21867 class StatementOutputData < Struct.new( :text_plain) SENSITIVE = [] include Aws::Structure end |