Class: Aws::Types::ListUserProfilesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:



8687
8688
8689
# File 'sig/types.rbs', line 8687

def next_token
  @next_token
end

#user_profiles::Array[Types::UserProfileDetails]

Returns the value of attribute user_profiles.

Returns:



8686
8687
8688
# File 'sig/types.rbs', line 8686

def user_profiles
  @user_profiles
end