Class: Aws::Types::ListUsersResponse

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)


5579
5580
5581
# File 'sig/types.rbs', line 5579

def next_token
  @next_token
end

#user_summary_list::Array[Types::UserSummary]

Returns the value of attribute user_summary_list.

Returns:



5578
5579
5580
# File 'sig/types.rbs', line 5578

def user_summary_list
  @user_summary_list
end