Class: Aws::Types::HostOffering
- Inherits:
-
Object
- Object
- Aws::Types::HostOffering
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#hourly_price ⇒ ::String
Returns the value of attribute hourly_price.
-
#instance_family ⇒ ::String
Returns the value of attribute instance_family.
-
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
-
#payment_option ⇒ "AllUpfront", ...
Returns the value of attribute payment_option.
-
#upfront_price ⇒ ::String
Returns the value of attribute upfront_price.
Instance Attribute Details
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
10730 10731 10732 |
# File 'sig/types.rbs', line 10730 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
10731 10732 10733 |
# File 'sig/types.rbs', line 10731 def duration @duration end |
#hourly_price ⇒ ::String
Returns the value of attribute hourly_price.
10732 10733 10734 |
# File 'sig/types.rbs', line 10732 def hourly_price @hourly_price end |
#instance_family ⇒ ::String
Returns the value of attribute instance_family.
10733 10734 10735 |
# File 'sig/types.rbs', line 10733 def instance_family @instance_family end |
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
10734 10735 10736 |
# File 'sig/types.rbs', line 10734 def offering_id @offering_id end |
#payment_option ⇒ "AllUpfront", ...
Returns the value of attribute payment_option.
10735 10736 10737 |
# File 'sig/types.rbs', line 10735 def payment_option @payment_option end |
#upfront_price ⇒ ::String
Returns the value of attribute upfront_price.
10736 10737 10738 |
# File 'sig/types.rbs', line 10736 def upfront_price @upfront_price end |