Module: Aws::Wickr::Client::_GetUsersCountResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetUsersCountResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #active ⇒ ::Integer
- #pending ⇒ ::Integer
- #rejected ⇒ ::Integer
- #remaining ⇒ ::Integer
- #total ⇒ ::Integer
Instance Method Details
#active ⇒ ::Integer
461 |
# File 'sig/client.rbs', line 461
def active: () -> ::Integer
|
#pending ⇒ ::Integer
460 |
# File 'sig/client.rbs', line 460
def pending: () -> ::Integer
|
#rejected ⇒ ::Integer
462 |
# File 'sig/client.rbs', line 462
def rejected: () -> ::Integer
|
#remaining ⇒ ::Integer
463 |
# File 'sig/client.rbs', line 463
def remaining: () -> ::Integer
|
#total ⇒ ::Integer
464 |
# File 'sig/client.rbs', line 464
def total: () -> ::Integer
|