Class: Aws::Glue::Types::RunStatementRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The statement code to be run.

Returns:

  • (String)


17708
17709
17710
17711
17712
17713
17714
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17708

class RunStatementRequest < Struct.new(
  :session_id,
  :code,
  :request_origin)
  SENSITIVE = []
  include Aws::Structure
end

#request_originString

The origin of the request.

Returns:

  • (String)


17708
17709
17710
17711
17712
17713
17714
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17708

class RunStatementRequest < Struct.new(
  :session_id,
  :code,
  :request_origin)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The Session Id of the statement to be run.

Returns:

  • (String)


17708
17709
17710
17711
17712
17713
17714
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17708

class RunStatementRequest < Struct.new(
  :session_id,
  :code,
  :request_origin)
  SENSITIVE = []
  include Aws::Structure
end