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.
16790 16791 16792 |
# File 'sig/types.rbs', line 16790 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
16787 16788 16789 |
# File 'sig/types.rbs', line 16787 def availability_zone_id @availability_zone_id end |
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
16779 16780 16781 |
# File 'sig/types.rbs', line 16779 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
16791 16792 16793 |
# File 'sig/types.rbs', line 16791 def duration @duration end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
16793 16794 16795 |
# File 'sig/types.rbs', line 16793 def fixed_price @fixed_price end |
#instance_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
16780 16781 16782 |
# File 'sig/types.rbs', line 16780 def instance_tenancy @instance_tenancy end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
16789 16790 16791 |
# File 'sig/types.rbs', line 16789 def instance_type @instance_type end |
#marketplace ⇒ Boolean
Returns the value of attribute marketplace.
16781 16782 16783 |
# File 'sig/types.rbs', line 16781 def marketplace @marketplace end |
#offering_class ⇒ "standard", "convertible"
Returns the value of attribute offering_class.
16782 16783 16784 |
# File 'sig/types.rbs', line 16782 def offering_class @offering_class end |
#offering_type ⇒ "Heavy Utilization", ...
Returns the value of attribute offering_type.
16783 16784 16785 |
# File 'sig/types.rbs', line 16783 def offering_type @offering_type end |
#pricing_details ⇒ ::Array[Types::PricingDetail]
Returns the value of attribute pricing_details.
16784 16785 16786 |
# File 'sig/types.rbs', line 16784 def pricing_details @pricing_details end |
#product_description ⇒ "Linux/UNIX", ...
Returns the value of attribute product_description.
16794 16795 16796 |
# File 'sig/types.rbs', line 16794 def product_description @product_description end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
16785 16786 16787 |
# File 'sig/types.rbs', line 16785 def recurring_charges @recurring_charges end |
#reserved_instances_offering_id ⇒ ::String
Returns the value of attribute reserved_instances_offering_id.
16788 16789 16790 |
# File 'sig/types.rbs', line 16788 def reserved_instances_offering_id @reserved_instances_offering_id end |
#scope ⇒ "Availability Zone", "Region"
Returns the value of attribute scope.
16786 16787 16788 |
# File 'sig/types.rbs', line 16786 def scope @scope end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
16792 16793 16794 |
# File 'sig/types.rbs', line 16792 def usage_price @usage_price end |