Class: Aws::Glue::Types::Statement
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::Statement
- 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
-
#code ⇒ String
The execution code of the statement.
-
#completed_on ⇒ Integer
The unix time and date that the job definition was completed.
-
#id ⇒ Integer
The ID of the statement.
-
#output ⇒ Types::StatementOutput
The output in JSON.
-
#progress ⇒ Float
The code execution progress.
-
#started_on ⇒ Integer
The unix time and date that the job definition was started.
-
#state ⇒ String
The state while request is actioned.
Instance Attribute Details
#code ⇒ String
The execution code of the statement.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18175 class Statement < Struct.new( :id, :code, :state, :output, :progress, :started_on, :completed_on) SENSITIVE = [] include Aws::Structure end |
#completed_on ⇒ Integer
The unix time and date that the job definition was completed.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18175 class Statement < Struct.new( :id, :code, :state, :output, :progress, :started_on, :completed_on) SENSITIVE = [] include Aws::Structure end |
#id ⇒ Integer
The ID of the statement.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18175 class Statement < Struct.new( :id, :code, :state, :output, :progress, :started_on, :completed_on) SENSITIVE = [] include Aws::Structure end |
#output ⇒ Types::StatementOutput
The output in JSON.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18175 class Statement < Struct.new( :id, :code, :state, :output, :progress, :started_on, :completed_on) SENSITIVE = [] include Aws::Structure end |
#progress ⇒ Float
The code execution progress.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18175 class Statement < Struct.new( :id, :code, :state, :output, :progress, :started_on, :completed_on) SENSITIVE = [] include Aws::Structure end |
#started_on ⇒ Integer
The unix time and date that the job definition was started.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18175 class Statement < Struct.new( :id, :code, :state, :output, :progress, :started_on, :completed_on) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state while request is actioned.
18175 18176 18177 18178 18179 18180 18181 18182 18183 18184 18185 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18175 class Statement < Struct.new( :id, :code, :state, :output, :progress, :started_on, :completed_on) SENSITIVE = [] include Aws::Structure end |