Class: Aws::Types::AutoScalingGroupEstimatedMonthlySavings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency"USD", "CNY"

Returns the value of attribute currency.

Returns:

  • ("USD", "CNY")


37
38
39
# File 'sig/types.rbs', line 37

def currency
  @currency
end

#value::Float

Returns the value of attribute value.

Returns:

  • (::Float)


38
39
40
# File 'sig/types.rbs', line 38

def value
  @value
end