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.
24505 24506 24507 24508 24509 |
# File 'lib/aws-sdk-glue/types.rb', line 24505 class StatementOutputData < Struct.new( :text_plain) SENSITIVE = [] include Aws::Structure end |