Class: Aws::CodeStar::Types::ListProjectsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::ListProjectsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum amount of data that can be contained in a single set of results.
-
#next_token ⇒ String
The continuation token to be used to return the next set of results, if the results cannot be returned in one response.
Instance Attribute Details
#max_results ⇒ Integer
The maximum amount of data that can be contained in a single set of results.
615 616 617 618 619 620 |
# File 'lib/aws-sdk-codestar/types.rb', line 615 class ListProjectsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The continuation token to be used to return the next set of results, if the results cannot be returned in one response.
615 616 617 618 619 620 |
# File 'lib/aws-sdk-codestar/types.rb', line 615 class ListProjectsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |