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.
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_origin ⇒ String
The origin of the request to list statements.
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_id ⇒ String
The Session ID of the statements.
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 |