Class: Aws::CodeStar::Types::ListUserProfilesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::ListUserProfilesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in a response.
-
#next_token ⇒ String
The continuation token for the next set of results, if the results cannot be returned in one response.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in a response.
773 774 775 776 777 778 |
# File 'lib/aws-sdk-codestar/types.rb', line 773 class ListUserProfilesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The continuation token for the next set of results, if the results cannot be returned in one response.
773 774 775 776 777 778 |
# File 'lib/aws-sdk-codestar/types.rb', line 773 class ListUserProfilesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |