Class: Aws::Glue::Types::ListStatementsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListStatementsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A continuation token, if this is a continuation call.
-
#request_origin ⇒ String
The origin of the request to list statements.
-
#session_id ⇒ String
The Session ID of the statements.
Instance Attribute Details
#next_token ⇒ String
A continuation token, if this is a continuation call.
16549 16550 16551 16552 16553 16554 16555 |
# File 'lib/aws-sdk-glue/types.rb', line 16549 class ListStatementsRequest < Struct.new( :session_id, :request_origin, :next_token) SENSITIVE = [] include Aws::Structure end |
#request_origin ⇒ String
The origin of the request to list statements.
16549 16550 16551 16552 16553 16554 16555 |
# File 'lib/aws-sdk-glue/types.rb', line 16549 class ListStatementsRequest < Struct.new( :session_id, :request_origin, :next_token) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The Session ID of the statements.
16549 16550 16551 16552 16553 16554 16555 |
# File 'lib/aws-sdk-glue/types.rb', line 16549 class ListStatementsRequest < Struct.new( :session_id, :request_origin, :next_token) SENSITIVE = [] include Aws::Structure end |