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:



979
980
981
# File 'sig/types.rbs', line 979

def next_token
  @next_token
end

#server_id::String

Returns the value of attribute server_id.

Returns:



980
981
982
# File 'sig/types.rbs', line 980

def server_id
  @server_id
end

#users::Array[Types::ListedUser]

Returns the value of attribute users.

Returns:



981
982
983
# File 'sig/types.rbs', line 981

def users
  @users
end