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.
16769 16770 16771 |
# File 'sig/types.rbs', line 16769 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
16766 16767 16768 |
# File 'sig/types.rbs', line 16766 def availability_zone_id @availability_zone_id end |
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
16758 16759 16760 |
# File 'sig/types.rbs', line 16758 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
16770 16771 16772 |
# File 'sig/types.rbs', line 16770 def duration @duration end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
16772 16773 16774 |
# File 'sig/types.rbs', line 16772 def fixed_price @fixed_price end |
#instance_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
16759 16760 16761 |
# File 'sig/types.rbs', line 16759 def instance_tenancy @instance_tenancy end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
16768 16769 16770 |
# File 'sig/types.rbs', line 16768 def instance_type @instance_type end |
#marketplace ⇒ Boolean
Returns the value of attribute marketplace.
16760 16761 16762 |
# File 'sig/types.rbs', line 16760 def marketplace @marketplace end |
#offering_class ⇒ "standard", "convertible"
Returns the value of attribute offering_class.
16761 16762 16763 |
# File 'sig/types.rbs', line 16761 def offering_class @offering_class end |
#offering_type ⇒ "Heavy Utilization", ...
Returns the value of attribute offering_type.
16762 16763 16764 |
# File 'sig/types.rbs', line 16762 def offering_type @offering_type end |
#pricing_details ⇒ ::Array[Types::PricingDetail]
Returns the value of attribute pricing_details.
16763 16764 16765 |
# File 'sig/types.rbs', line 16763 def pricing_details @pricing_details end |
#product_description ⇒ "Linux/UNIX", ...
Returns the value of attribute product_description.
16773 16774 16775 |
# File 'sig/types.rbs', line 16773 def product_description @product_description end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
16764 16765 16766 |
# File 'sig/types.rbs', line 16764 def recurring_charges @recurring_charges end |
#reserved_instances_offering_id ⇒ ::String
Returns the value of attribute reserved_instances_offering_id.
16767 16768 16769 |
# File 'sig/types.rbs', line 16767 def reserved_instances_offering_id @reserved_instances_offering_id end |
#scope ⇒ "Availability Zone", "Region"
Returns the value of attribute scope.
16765 16766 16767 |
# File 'sig/types.rbs', line 16765 def scope @scope end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
16771 16772 16773 |
# File 'sig/types.rbs', line 16771 def usage_price @usage_price end |