Class: Aws::Types::GetBotsCountResponse

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)


347
348
349
# File 'sig/types.rbs', line 347

def active
  @active
end

#pending::Integer

Returns the value of attribute pending.

Returns:

  • (::Integer)


346
347
348
# File 'sig/types.rbs', line 346

def pending
  @pending
end

#total::Integer

Returns the value of attribute total.

Returns:

  • (::Integer)


348
349
350
# File 'sig/types.rbs', line 348

def total
  @total
end