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)


8323
8324
8325
# File 'sig/types.rbs', line 8323

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


8324
8325
8326
# File 'sig/types.rbs', line 8324

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


8325
8326
8327
# File 'sig/types.rbs', line 8325

def status
  @status
end

#user_list::Array[Types::User]

Returns the value of attribute user_list.

Returns:



8322
8323
8324
# File 'sig/types.rbs', line 8322

def user_list
  @user_list
end