Class: Aws::Types::SearchUsersResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_total_count::Integer

Returns the value of attribute approximate_total_count.



7700
7701
7702
# File 'sig/types.rbs', line 7700

def approximate_total_count
  @approximate_total_count
end

#next_token::String

Returns the value of attribute next_token.



7699
7700
7701
# File 'sig/types.rbs', line 7699

def next_token
  @next_token
end

#users::Array[Types::UserSearchSummary]

Returns the value of attribute users.



7698
7699
7700
# File 'sig/types.rbs', line 7698

def users
  @users
end