listProfiles
abstract suspend fun listProfiles(input: ListProfilesRequest = ListProfilesRequest { }): ListProfilesResponse
Returns a list of the profiles for your system. If you want to limit the results to a certain number, supply a value for the MaxResults
parameter. If you ran the command previously and received a value for NextToken
, you can supply that value to continue listing profiles from where you left off.