Class: Aws::Glue::Types::ListSessionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListSessionsResponse
- Defined in:
- gems/aws-sdk-glue/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.
13648 13649 13650 13651 13652 13653 13654 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13648 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.
13648 13649 13650 13651 13652 13653 13654 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13648 class ListSessionsResponse < Struct.new( :ids, :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |
#sessions ⇒ Array<Types::Session>
Returns the session object.
13648 13649 13650 13651 13652 13653 13654 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13648 class ListSessionsResponse < Struct.new( :ids, :sessions, :next_token) SENSITIVE = [] include Aws::Structure end |