Class: Aws::Glue::Types::ListSessionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListSessionsRequest
- Includes:
- Structure
- Defined in:
- 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.
16503 16504 16505 16506 16507 16508 16509 16510 |
# File 'lib/aws-sdk-glue/types.rb', line 16503 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.
16503 16504 16505 16506 16507 16508 16509 16510 |
# File 'lib/aws-sdk-glue/types.rb', line 16503 class ListSessionsRequest < Struct.new( :next_token, :max_results, :tags, :request_origin) SENSITIVE = [] include Aws::Structure end |
#request_origin ⇒ String
The origin of the request.
16503 16504 16505 16506 16507 16508 16509 16510 |
# File 'lib/aws-sdk-glue/types.rb', line 16503 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.
16503 16504 16505 16506 16507 16508 16509 16510 |
# File 'lib/aws-sdk-glue/types.rb', line 16503 class ListSessionsRequest < Struct.new( :next_token, :max_results, :tags, :request_origin) SENSITIVE = [] include Aws::Structure end |