Class: Aws::Types::ReservedInstancesOffering
- Inherits:
-
Object
- Object
- Aws::Types::ReservedInstancesOffering
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#currency_code ⇒ "USD"
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_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
-
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
-
#marketplace ⇒ Boolean
Returns the value of attribute marketplace.
-
#offering_class ⇒ "standard", "convertible"
Returns the value of attribute offering_class.
-
#offering_type ⇒ "Heavy Utilization", ...
Returns the value of attribute offering_type.
-
#pricing_details ⇒ ::Array[Types::PricingDetail]
Returns the value of attribute pricing_details.
-
#product_description ⇒ "Linux/UNIX", ...
Returns the value of attribute product_description.
-
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
-
#reserved_instances_offering_id ⇒ ::String
Returns the value of attribute reserved_instances_offering_id.
-
#scope ⇒ "Availability Zone", "Region"
Returns the value of attribute scope.
-
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
16133 16134 16135 |
# File 'sig/types.rbs', line 16133 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
16130 16131 16132 |
# File 'sig/types.rbs', line 16130 def availability_zone_id @availability_zone_id end |
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
16122 16123 16124 |
# File 'sig/types.rbs', line 16122 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
16134 16135 16136 |
# File 'sig/types.rbs', line 16134 def duration @duration end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
16136 16137 16138 |
# File 'sig/types.rbs', line 16136 def fixed_price @fixed_price end |
#instance_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
16123 16124 16125 |
# File 'sig/types.rbs', line 16123 def instance_tenancy @instance_tenancy end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
16132 16133 16134 |
# File 'sig/types.rbs', line 16132 def instance_type @instance_type end |
#marketplace ⇒ Boolean
Returns the value of attribute marketplace.
16124 16125 16126 |
# File 'sig/types.rbs', line 16124 def marketplace @marketplace end |
#offering_class ⇒ "standard", "convertible"
Returns the value of attribute offering_class.
16125 16126 16127 |
# File 'sig/types.rbs', line 16125 def offering_class @offering_class end |
#offering_type ⇒ "Heavy Utilization", ...
Returns the value of attribute offering_type.
16126 16127 16128 |
# File 'sig/types.rbs', line 16126 def offering_type @offering_type end |
#pricing_details ⇒ ::Array[Types::PricingDetail]
Returns the value of attribute pricing_details.
16127 16128 16129 |
# File 'sig/types.rbs', line 16127 def pricing_details @pricing_details end |
#product_description ⇒ "Linux/UNIX", ...
Returns the value of attribute product_description.
16137 16138 16139 |
# File 'sig/types.rbs', line 16137 def product_description @product_description end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
16128 16129 16130 |
# File 'sig/types.rbs', line 16128 def recurring_charges @recurring_charges end |
#reserved_instances_offering_id ⇒ ::String
Returns the value of attribute reserved_instances_offering_id.
16131 16132 16133 |
# File 'sig/types.rbs', line 16131 def reserved_instances_offering_id @reserved_instances_offering_id end |
#scope ⇒ "Availability Zone", "Region"
Returns the value of attribute scope.
16129 16130 16131 |
# File 'sig/types.rbs', line 16129 def scope @scope end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
16135 16136 16137 |
# File 'sig/types.rbs', line 16135 def usage_price @usage_price end |