Class: Aws::Glue::Types::ListSessionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListSessionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ids ⇒ Array<String>
Returns the ID of the session.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more result.
-
#sessions ⇒ Array<Types::Session>
Returns the session object.
Instance Attribute Details
#ids ⇒ Array<String>
Returns the ID of the session.
16527 16528 16529 16530 16531 16532 16533 |
# File 'lib/aws-sdk-glue/types.rb', line 16527 class ListSessionsResponse < Struct.new( :ids, :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more result.
16527 16528 16529 16530 16531 16532 16533 |
# File 'lib/aws-sdk-glue/types.rb', line 16527 class ListSessionsResponse < Struct.new( :ids, :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |
#sessions ⇒ Array<Types::Session>
Returns the session object.
16527 16528 16529 16530 16531 16532 16533 |
# File 'lib/aws-sdk-glue/types.rb', line 16527 class ListSessionsResponse < Struct.new( :ids, :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |