Class: Aws::Types::GetUsersCountResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active::Integer

Returns the value of attribute active.

Returns:

  • (::Integer)


477
478
479
# File 'sig/types.rbs', line 477

def active
  @active
end

#pending::Integer

Returns the value of attribute pending.

Returns:

  • (::Integer)


476
477
478
# File 'sig/types.rbs', line 476

def pending
  @pending
end

#rejected::Integer

Returns the value of attribute rejected.

Returns:

  • (::Integer)


478
479
480
# File 'sig/types.rbs', line 478

def rejected
  @rejected
end

#remaining::Integer

Returns the value of attribute remaining.

Returns:

  • (::Integer)


479
480
481
# File 'sig/types.rbs', line 479

def remaining
  @remaining
end

#total::Integer

Returns the value of attribute total.

Returns:

  • (::Integer)


480
481
482
# File 'sig/types.rbs', line 480

def total
  @total
end