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)


11457
11458
11459
11460
11461
11462
11463
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11457

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

#request_originString

The origin of the request.

Returns:

  • (String)


11457
11458
11459
11460
11461
11462
11463
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11457

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

#session_idString

The Session ID of the statement.

Returns:

  • (String)


11457
11458
11459
11460
11461
11462
11463
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11457

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