Class: Aws::CodeCatalyst::Types::ListDevEnvironmentSessionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::ListDevEnvironmentSessionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::DevEnvironmentSessionSummary>
Information about each session retrieved in the list.
-
#next_token ⇒ String
A token returned from a call to this API to indicate the next batch of results to return, if any.
Instance Attribute Details
#items ⇒ Array<Types::DevEnvironmentSessionSummary>
Information about each session retrieved in the list.
1685 1686 1687 1688 1689 1690 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1685 class ListDevEnvironmentSessionsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token returned from a call to this API to indicate the next batch of results to return, if any.
1685 1686 1687 1688 1689 1690 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1685 class ListDevEnvironmentSessionsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |