Class: Aws::Glue::Types::Statement

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

Overview

The statement or request for a particular action to occur in a session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The execution code of the statement.

Returns:

  • (String)


20457
20458
20459
20460
20461
20462
20463
20464
20465
20466
20467
# File 'lib/aws-sdk-glue/types.rb', line 20457

class Statement < Struct.new(
  :id,
  :code,
  :state,
  :output,
  :progress,
  :started_on,
  :completed_on)
  SENSITIVE = []
  include Aws::Structure
end

#completed_onInteger

The unix time and date that the job definition was completed.

Returns:

  • (Integer)


20457
20458
20459
20460
20461
20462
20463
20464
20465
20466
20467
# File 'lib/aws-sdk-glue/types.rb', line 20457

class Statement < Struct.new(
  :id,
  :code,
  :state,
  :output,
  :progress,
  :started_on,
  :completed_on)
  SENSITIVE = []
  include Aws::Structure
end

#idInteger

The ID of the statement.

Returns:

  • (Integer)


20457
20458
20459
20460
20461
20462
20463
20464
20465
20466
20467
# File 'lib/aws-sdk-glue/types.rb', line 20457

class Statement < Struct.new(
  :id,
  :code,
  :state,
  :output,
  :progress,
  :started_on,
  :completed_on)
  SENSITIVE = []
  include Aws::Structure
end

#outputTypes::StatementOutput

The output in JSON.



20457
20458
20459
20460
20461
20462
20463
20464
20465
20466
20467
# File 'lib/aws-sdk-glue/types.rb', line 20457

class Statement < Struct.new(
  :id,
  :code,
  :state,
  :output,
  :progress,
  :started_on,
  :completed_on)
  SENSITIVE = []
  include Aws::Structure
end

#progressFloat

The code execution progress.

Returns:

  • (Float)


20457
20458
20459
20460
20461
20462
20463
20464
20465
20466
20467
# File 'lib/aws-sdk-glue/types.rb', line 20457

class Statement < Struct.new(
  :id,
  :code,
  :state,
  :output,
  :progress,
  :started_on,
  :completed_on)
  SENSITIVE = []
  include Aws::Structure
end

#started_onInteger

The unix time and date that the job definition was started.

Returns:

  • (Integer)


20457
20458
20459
20460
20461
20462
20463
20464
20465
20466
20467
# File 'lib/aws-sdk-glue/types.rb', line 20457

class Statement < Struct.new(
  :id,
  :code,
  :state,
  :output,
  :progress,
  :started_on,
  :completed_on)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state while request is actioned.

Returns:

  • (String)


20457
20458
20459
20460
20461
20462
20463
20464
20465
20466
20467
# File 'lib/aws-sdk-glue/types.rb', line 20457

class Statement < Struct.new(
  :id,
  :code,
  :state,
  :output,
  :progress,
  :started_on,
  :completed_on)
  SENSITIVE = []
  include Aws::Structure
end