Class: Aws::Glue::Types::ListStatementsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListStatementsRequest
- Defined in:
- gems/aws-sdk-glue/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.
13670 13671 13672 13673 13674 13675 13676 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13670 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.
13670 13671 13672 13673 13674 13675 13676 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13670 class ListStatementsRequest < Struct.new( :session_id, :request_origin, :next_token) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The Session ID of the statements.
13670 13671 13672 13673 13674 13675 13676 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13670 class ListStatementsRequest < Struct.new( :session_id, :request_origin, :next_token) SENSITIVE = [] include Aws::Structure end |