Class: Aws::Glue::Types::StatementOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

The code execution output in JSON format.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataTypes::StatementOutputData

The code execution output.



20497
20498
20499
20500
20501
20502
20503
20504
20505
20506
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20497

class StatementOutput < Struct.new(
  :data,
  :execution_count,
  :status,
  :error_name,
  :error_value,
  :traceback)
  SENSITIVE = []
  include Aws::Structure
end

#error_nameString

The name of the error in the output.

Returns:

  • (String)


20497
20498
20499
20500
20501
20502
20503
20504
20505
20506
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20497

class StatementOutput < Struct.new(
  :data,
  :execution_count,
  :status,
  :error_name,
  :error_value,
  :traceback)
  SENSITIVE = []
  include Aws::Structure
end

#error_valueString

The error value of the output.

Returns:

  • (String)


20497
20498
20499
20500
20501
20502
20503
20504
20505
20506
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20497

class StatementOutput < Struct.new(
  :data,
  :execution_count,
  :status,
  :error_name,
  :error_value,
  :traceback)
  SENSITIVE = []
  include Aws::Structure
end

#execution_countInteger

The execution count of the output.

Returns:

  • (Integer)


20497
20498
20499
20500
20501
20502
20503
20504
20505
20506
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20497

class StatementOutput < Struct.new(
  :data,
  :execution_count,
  :status,
  :error_name,
  :error_value,
  :traceback)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the code execution output.

Returns:

  • (String)


20497
20498
20499
20500
20501
20502
20503
20504
20505
20506
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20497

class StatementOutput < Struct.new(
  :data,
  :execution_count,
  :status,
  :error_name,
  :error_value,
  :traceback)
  SENSITIVE = []
  include Aws::Structure
end

#tracebackArray<String>

The traceback of the output.

Returns:

  • (Array<String>)


20497
20498
20499
20500
20501
20502
20503
20504
20505
20506
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20497

class StatementOutput < Struct.new(
  :data,
  :execution_count,
  :status,
  :error_name,
  :error_value,
  :traceback)
  SENSITIVE = []
  include Aws::Structure
end