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

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

#next_tokenString

A continuation token, if this is a continuation call.

Returns:

  • (String)


15797
15798
15799
15800
15801
15802
15803
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15797

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)


15797
15798
15799
15800
15801
15802
15803
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15797

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)


15797
15798
15799
15800
15801
15802
15803
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15797

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