Class: Aws::Types::Purchase
- Inherits:
-
Object
- Object
- Aws::Types::Purchase
- 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.
-
#host_id_set ⇒ ::Array[::String]
Returns the value of attribute host_id_set.
-
#host_reservation_id ⇒ ::String
Returns the value of attribute host_reservation_id.
-
#hourly_price ⇒ ::String
Returns the value of attribute hourly_price.
-
#instance_family ⇒ ::String
Returns the value of attribute instance_family.
-
#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.
15427 15428 15429 |
# File 'sig/types.rbs', line 15427 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
15428 15429 15430 |
# File 'sig/types.rbs', line 15428 def duration @duration end |
#host_id_set ⇒ ::Array[::String]
Returns the value of attribute host_id_set.
15429 15430 15431 |
# File 'sig/types.rbs', line 15429 def host_id_set @host_id_set end |
#host_reservation_id ⇒ ::String
Returns the value of attribute host_reservation_id.
15430 15431 15432 |
# File 'sig/types.rbs', line 15430 def host_reservation_id @host_reservation_id end |
#hourly_price ⇒ ::String
Returns the value of attribute hourly_price.
15431 15432 15433 |
# File 'sig/types.rbs', line 15431 def hourly_price @hourly_price end |
#instance_family ⇒ ::String
Returns the value of attribute instance_family.
15432 15433 15434 |
# File 'sig/types.rbs', line 15432 def instance_family @instance_family end |
#payment_option ⇒ "AllUpfront", ...
Returns the value of attribute payment_option.
15433 15434 15435 |
# File 'sig/types.rbs', line 15433 def payment_option @payment_option end |
#upfront_price ⇒ ::String
Returns the value of attribute upfront_price.
15434 15435 15436 |
# File 'sig/types.rbs', line 15434 def upfront_price @upfront_price end |