Class: Aws::CodeCatalyst::Types::ListProjectsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::ListProjectsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ProjectSummary>
Information about the projects.
-
#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::ProjectSummary>
Information about the projects.
1861 1862 1863 1864 1865 1866 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1861 class ListProjectsResponse < Struct.new( :next_token, :items) 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.
1861 1862 1863 1864 1865 1866 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1861 class ListProjectsResponse < Struct.new( :next_token, :items) SENSITIVE = [] include Aws::Structure end |