You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeStar::Types::ListProjectsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListProjectsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  next_token: "PaginationToken",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum amount of data that can be contained in a single set of results.

Returns:

  • (Integer)

    The maximum amount of data that can be contained in a single set of results.

#next_tokenString

The continuation token to be used to return the next set of results, if the results cannot be returned in one response.

Returns:

  • (String)

    The continuation token to be used to return the next set of results, if the results cannot be returned in one response.