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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


20449
20450
20451
20452
20453
20454
20455
20456
20457
20458
20459
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20449

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)


20449
20450
20451
20452
20453
20454
20455
20456
20457
20458
20459
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20449

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)


20449
20450
20451
20452
20453
20454
20455
20456
20457
20458
20459
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20449

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

#outputTypes::StatementOutput

The output in JSON.



20449
20450
20451
20452
20453
20454
20455
20456
20457
20458
20459
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20449

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)


20449
20450
20451
20452
20453
20454
20455
20456
20457
20458
20459
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20449

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)


20449
20450
20451
20452
20453
20454
20455
20456
20457
20458
20459
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20449

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)


20449
20450
20451
20452
20453
20454
20455
20456
20457
20458
20459
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20449

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