Class: Aws::Types::GetUsersCountResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetUsersCountResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active ⇒ ::Integer
Returns the value of attribute active.
-
#pending ⇒ ::Integer
Returns the value of attribute pending.
-
#rejected ⇒ ::Integer
Returns the value of attribute rejected.
-
#remaining ⇒ ::Integer
Returns the value of attribute remaining.
-
#total ⇒ ::Integer
Returns the value of attribute total.
Instance Attribute Details
#active ⇒ ::Integer
Returns the value of attribute active.
477 478 479 |
# File 'sig/types.rbs', line 477 def active @active end |
#pending ⇒ ::Integer
Returns the value of attribute pending.
476 477 478 |
# File 'sig/types.rbs', line 476 def pending @pending end |
#rejected ⇒ ::Integer
Returns the value of attribute rejected.
478 479 480 |
# File 'sig/types.rbs', line 478 def rejected @rejected end |
#remaining ⇒ ::Integer
Returns the value of attribute remaining.
479 480 481 |
# File 'sig/types.rbs', line 479 def remaining @remaining end |
#total ⇒ ::Integer
Returns the value of attribute total.
480 481 482 |
# File 'sig/types.rbs', line 480 def total @total end |