Class: Aws::Types::ReservationOffering
- Inherits:
-
Object
- Object
- Aws::Types::ReservationOffering
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#hourly_charge ⇒ ::Float
Returns the value of attribute hourly_charge.
-
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
-
#offering_type ⇒ "ALL_UPFRONT", "NO_UPFRONT"
Returns the value of attribute offering_type.
-
#upfront_charge ⇒ ::Float
Returns the value of attribute upfront_charge.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
775 776 777 |
# File 'sig/types.rbs', line 775 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
776 777 778 |
# File 'sig/types.rbs', line 776 def duration @duration end |
#hourly_charge ⇒ ::Float
Returns the value of attribute hourly_charge.
777 778 779 |
# File 'sig/types.rbs', line 777 def hourly_charge @hourly_charge end |
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
778 779 780 |
# File 'sig/types.rbs', line 778 def offering_id @offering_id end |
#offering_type ⇒ "ALL_UPFRONT", "NO_UPFRONT"
Returns the value of attribute offering_type.
779 780 781 |
# File 'sig/types.rbs', line 779 def offering_type @offering_type end |
#upfront_charge ⇒ ::Float
Returns the value of attribute upfront_charge.
780 781 782 |
# File 'sig/types.rbs', line 780 def upfront_charge @upfront_charge end |