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)


18590
18591
18592
18593
18594
18595
18596
# File 'lib/aws-sdk-glue/types.rb', line 18590

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)


18590
18591
18592
18593
18594
18595
18596
# File 'lib/aws-sdk-glue/types.rb', line 18590

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)


18590
18591
18592
18593
18594
18595
18596
# File 'lib/aws-sdk-glue/types.rb', line 18590

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