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)


8625
8626
8627
# File 'sig/types.rbs', line 8625

def next_token
  @next_token
end

#user_profiles::Array[Types::UserProfileDetails]

Returns the value of attribute user_profiles.

Returns:



8624
8625
8626
# File 'sig/types.rbs', line 8624

def user_profiles
  @user_profiles
end