Class: Aws::Types::MetricValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amount::String

Returns the value of attribute amount.

Returns:

  • (::String)


1034
1035
1036
# File 'sig/types.rbs', line 1034

def amount
  @amount
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


1035
1036
1037
# File 'sig/types.rbs', line 1035

def unit
  @unit
end