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.
24352 24353 24354 24355 24356 |
# File 'lib/aws-sdk-glue/types.rb', line 24352 class StatementOutputData < Struct.new( :text_plain) SENSITIVE = [] include Aws::Structure end |