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

Class: Aws::CodeStar::Types::ListUserProfilesRequest

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

Overview

Note:

When passing ListUserProfilesRequest 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 number of results to return in a response.

Returns:

  • (Integer)

    The maximum number of results to return in a response.

#next_tokenString

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

Returns:

  • (String)

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