Method: Aws::Glue::Types::StatementOutputData#text_plain

Defined in:
lib/aws-sdk-glue/types.rb

#text_plainString

The code execution output in text format.

Returns:

  • (String)


27237
27238
27239
27240
27241
# File 'lib/aws-sdk-glue/types.rb', line 27237

class StatementOutputData < Struct.new(
  :text_plain)
  SENSITIVE = []
  include Aws::Structure
end