Class: Aws::CodeStar::Types::ListProjectsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::ListProjectsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The continuation token to use when requesting the next set of results, if there are more results to be returned.
-
#projects ⇒ Array<Types::ProjectSummary>
A list of projects.
Instance Attribute Details
#next_token ⇒ String
The continuation token to use when requesting the next set of results, if there are more results to be returned.
633 634 635 636 637 638 |
# File 'lib/aws-sdk-codestar/types.rb', line 633 class ListProjectsResult < Struct.new( :projects, :next_token) SENSITIVE = [] include Aws::Structure end |
#projects ⇒ Array<Types::ProjectSummary>
A list of projects.
633 634 635 636 637 638 |
# File 'lib/aws-sdk-codestar/types.rb', line 633 class ListProjectsResult < Struct.new( :projects, :next_token) SENSITIVE = [] include Aws::Structure end |