Class: Aws::Types::ListUsersIndexCapacityResponse

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)


8308
8309
8310
# File 'sig/types.rbs', line 8308

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


8309
8310
8311
# File 'sig/types.rbs', line 8309

def request_id
  @request_id
end

#users::Array[Types::UserIndexCapacity]

Returns the value of attribute users.

Returns:



8307
8308
8309
# File 'sig/types.rbs', line 8307

def users
  @users
end