Class: Aws::Types::CountPercent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


28
29
30
# File 'sig/types.rbs', line 28

def count
  @count
end

#percentage::Float

Returns the value of attribute percentage.

Returns:

  • (::Float)


29
30
31
# File 'sig/types.rbs', line 29

def percentage
  @percentage
end