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)


7969
7970
7971
# File 'sig/types.rbs', line 7969

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


7970
7971
7972
# File 'sig/types.rbs', line 7970

def request_id
  @request_id
end

#users::Array[Types::UserIndexCapacity]

Returns the value of attribute users.

Returns:



7968
7969
7970
# File 'sig/types.rbs', line 7968

def users
  @users
end