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:

  • (::String)


8640
8641
8642
# File 'sig/types.rbs', line 8640

def next_token
  @next_token
end

#user_profiles::Array[Types::UserProfileDetails]

Returns the value of attribute user_profiles.

Returns:



8639
8640
8641
# File 'sig/types.rbs', line 8639

def user_profiles
  @user_profiles
end