Class: Aws::Glue::Types::GetStatementRequest

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

#idInteger

The Id of the statement.

Returns:

  • (Integer)


13863
13864
13865
13866
13867
13868
13869
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13863

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

#request_originString

The origin of the request.

Returns:

  • (String)


13863
13864
13865
13866
13867
13868
13869
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13863

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

#session_idString

The Session ID of the statement.

Returns:

  • (String)


13863
13864
13865
13866
13867
13868
13869
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13863

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