Class: Aws::Glue::Types::RunStatementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::RunStatementRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The statement code to be run.
-
#request_origin ⇒ String
The origin of the request.
-
#session_id ⇒ String
The Session Id of the statement to be run.
Instance Attribute Details
#code ⇒ String
The statement code to be run.
19196 19197 19198 19199 19200 19201 19202 |
# File 'lib/aws-sdk-glue/types.rb', line 19196 class RunStatementRequest < Struct.new( :session_id, :code, :request_origin) SENSITIVE = [] include Aws::Structure end |
#request_origin ⇒ String
The origin of the request.
19196 19197 19198 19199 19200 19201 19202 |
# File 'lib/aws-sdk-glue/types.rb', line 19196 class RunStatementRequest < Struct.new( :session_id, :code, :request_origin) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The Session Id of the statement to be run.
19196 19197 19198 19199 19200 19201 19202 |
# File 'lib/aws-sdk-glue/types.rb', line 19196 class RunStatementRequest < Struct.new( :session_id, :code, :request_origin) SENSITIVE = [] include Aws::Structure end |