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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


16067
16068
16069
16070
16071
16072
16073
# File 'lib/aws-sdk-glue/types.rb', line 16067

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

#request_originString

The origin of the request.

Returns:

  • (String)


16067
16068
16069
16070
16071
16072
16073
# File 'lib/aws-sdk-glue/types.rb', line 16067

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

#session_idString

The Session ID of the statement.

Returns:

  • (String)


16067
16068
16069
16070
16071
16072
16073
# File 'lib/aws-sdk-glue/types.rb', line 16067

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