Class: Aws::Glue::Types::ListStatementsRequest

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

#next_tokenString

A continuation token, if this is a continuation call.

Returns:

  • (String)


15378
15379
15380
15381
15382
15383
15384
# File 'lib/aws-sdk-glue/types.rb', line 15378

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

#request_originString

The origin of the request to list statements.

Returns:

  • (String)


15378
15379
15380
15381
15382
15383
15384
# File 'lib/aws-sdk-glue/types.rb', line 15378

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

#session_idString

The Session ID of the statements.

Returns:

  • (String)


15378
15379
15380
15381
15382
15383
15384
# File 'lib/aws-sdk-glue/types.rb', line 15378

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