Class: Aws::CodeStar::Types::ListUserProfilesResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codestar/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The continuation token to use when requesting the next set of results, if there are more results to be returned.

Returns:

  • (String)


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_profilesArray<Types::UserProfileSummary>

All the user profiles configured in AWS CodeStar for an AWS account.

Returns:



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