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

#pagination_token::String

Returns the value of attribute pagination_token.

Returns:

  • (::String)


1627
1628
1629
# File 'sig/types.rbs', line 1627

def pagination_token
  @pagination_token
end

#users::Array[Types::UserType]

Returns the value of attribute users.

Returns:



1626
1627
1628
# File 'sig/types.rbs', line 1626

def users
  @users
end