Class: Aws::CodeStar::Types::ListUserProfilesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::ListUserProfilesResult
- 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.
-
#user_profiles ⇒ Array<Types::UserProfileSummary>
All the user profiles configured in AWS CodeStar for an AWS account.
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.
791 792 793 794 795 796 |
# File 'lib/aws-sdk-codestar/types.rb', line 791 class ListUserProfilesResult < Struct.new( :user_profiles, :next_token) SENSITIVE = [] include Aws::Structure end |
#user_profiles ⇒ Array<Types::UserProfileSummary>
All the user profiles configured in AWS CodeStar for an AWS account.
791 792 793 794 795 796 |
# File 'lib/aws-sdk-codestar/types.rb', line 791 class ListUserProfilesResult < Struct.new( :user_profiles, :next_token) SENSITIVE = [] include Aws::Structure end |