Class: Aws::Types::FreeTierUsage
- Inherits:
-
Object
- Object
- Aws::Types::FreeTierUsage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual_usage_amount ⇒ ::Float
Returns the value of attribute actual_usage_amount.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#forecasted_usage_amount ⇒ ::Float
Returns the value of attribute forecasted_usage_amount.
-
#free_tier_type ⇒ ::String
Returns the value of attribute free_tier_type.
-
#limit ⇒ ::Float
Returns the value of attribute limit.
-
#operation ⇒ ::String
Returns the value of attribute operation.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#service ⇒ ::String
Returns the value of attribute service.
-
#unit ⇒ ::String
Returns the value of attribute unit.
-
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
Instance Attribute Details
#actual_usage_amount ⇒ ::Float
Returns the value of attribute actual_usage_amount.
55 56 57 |
# File 'sig/types.rbs', line 55 def actual_usage_amount @actual_usage_amount end |
#description ⇒ ::String
Returns the value of attribute description.
59 60 61 |
# File 'sig/types.rbs', line 59 def description @description end |
#forecasted_usage_amount ⇒ ::Float
Returns the value of attribute forecasted_usage_amount.
56 57 58 |
# File 'sig/types.rbs', line 56 def forecasted_usage_amount @forecasted_usage_amount end |
#free_tier_type ⇒ ::String
Returns the value of attribute free_tier_type.
60 61 62 |
# File 'sig/types.rbs', line 60 def free_tier_type @free_tier_type end |
#limit ⇒ ::Float
Returns the value of attribute limit.
57 58 59 |
# File 'sig/types.rbs', line 57 def limit @limit end |
#operation ⇒ ::String
Returns the value of attribute operation.
52 53 54 |
# File 'sig/types.rbs', line 52 def operation @operation end |
#region ⇒ ::String
Returns the value of attribute region.
54 55 56 |
# File 'sig/types.rbs', line 54 def region @region end |
#service ⇒ ::String
Returns the value of attribute service.
51 52 53 |
# File 'sig/types.rbs', line 51 def service @service end |
#unit ⇒ ::String
Returns the value of attribute unit.
58 59 60 |
# File 'sig/types.rbs', line 58 def unit @unit end |
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
53 54 55 |
# File 'sig/types.rbs', line 53 def usage_type @usage_type end |