Class: Aws::Glue::Types::ListSessionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListSessionsRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more result.
-
#request_origin ⇒ String
The origin of the request.
-
#tags ⇒ Hash<String,String>
Tags belonging to the session.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results.
15061 15062 15063 15064 15065 15066 15067 15068 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15061 class ListSessionsRequest < Struct.new( :next_token, :max_results, :tags, :request_origin) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more result.
15061 15062 15063 15064 15065 15066 15067 15068 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15061 class ListSessionsRequest < Struct.new( :next_token, :max_results, :tags, :request_origin) SENSITIVE = [] include Aws::Structure end |
#request_origin ⇒ String
The origin of the request.
15061 15062 15063 15064 15065 15066 15067 15068 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15061 class ListSessionsRequest < Struct.new( :next_token, :max_results, :tags, :request_origin) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags belonging to the session.
15061 15062 15063 15064 15065 15066 15067 15068 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15061 class ListSessionsRequest < Struct.new( :next_token, :max_results, :tags, :request_origin) SENSITIVE = [] include Aws::Structure end |