Class: Aws::Types::ReservedInstance
- Inherits:
-
Object
- Object
- Aws::Types::ReservedInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_subscription_id ⇒ ::Integer
Returns the value of attribute billing_subscription_id.
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_type ⇒ "m3.medium.search", ...
Returns the value of attribute instance_type.
-
#payment_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute payment_option.
-
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
-
#reservation_name ⇒ ::String
Returns the value of attribute reservation_name.
-
#reserved_instance_id ⇒ ::String
Returns the value of attribute reserved_instance_id.
-
#reserved_instance_offering_id ⇒ ::String
Returns the value of attribute reserved_instance_offering_id.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
Instance Attribute Details
#billing_subscription_id ⇒ ::Integer
Returns the value of attribute billing_subscription_id.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def billing_subscription_id @billing_subscription_id end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def duration @duration end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
2101 2102 2103 |
# File 'sig/types.rbs', line 2101 def fixed_price @fixed_price end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def instance_count @instance_count end |
#instance_type ⇒ "m3.medium.search", ...
Returns the value of attribute instance_type.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def instance_type @instance_type end |
#payment_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute payment_option.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def payment_option @payment_option end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def recurring_charges @recurring_charges end |
#reservation_name ⇒ ::String
Returns the value of attribute reservation_name.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def reservation_name @reservation_name end |
#reserved_instance_id ⇒ ::String
Returns the value of attribute reserved_instance_id.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def reserved_instance_id @reserved_instance_id end |
#reserved_instance_offering_id ⇒ ::String
Returns the value of attribute reserved_instance_offering_id.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def reserved_instance_offering_id @reserved_instance_offering_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def start_time @start_time end |
#state ⇒ ::String
Returns the value of attribute state.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def state @state end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def usage_price @usage_price end |