Class: Aws::FreeTier::Types::MonetaryAmount
- Inherits:
-
Struct
- Object
- Struct
- Aws::FreeTier::Types::MonetaryAmount
- Defined in:
- gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb
Overview
The monetary amount of the credit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amount ⇒ Float
The aggregated monetary amount of credits earned.
-
#unit ⇒ String
The unit that the monetary amount is given in.
Instance Attribute Details
#amount ⇒ Float
The aggregated monetary amount of credits earned.
484 485 486 487 488 489 |
# File 'gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb', line 484 class MonetaryAmount < Struct.new( :amount, :unit) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
The unit that the monetary amount is given in.
484 485 486 487 488 489 |
# File 'gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb', line 484 class MonetaryAmount < Struct.new( :amount, :unit) SENSITIVE = [] include Aws::Structure end |