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.
16430 16431 16432 |
# File 'sig/types.rbs', line 16430 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
16427 16428 16429 |
# File 'sig/types.rbs', line 16427 def availability_zone_id @availability_zone_id end |
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
16419 16420 16421 |
# File 'sig/types.rbs', line 16419 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
16431 16432 16433 |
# File 'sig/types.rbs', line 16431 def duration @duration end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
16433 16434 16435 |
# File 'sig/types.rbs', line 16433 def fixed_price @fixed_price end |
#instance_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
16420 16421 16422 |
# File 'sig/types.rbs', line 16420 def instance_tenancy @instance_tenancy end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
16429 16430 16431 |
# File 'sig/types.rbs', line 16429 def instance_type @instance_type end |
#marketplace ⇒ Boolean
Returns the value of attribute marketplace.
16421 16422 16423 |
# File 'sig/types.rbs', line 16421 def marketplace @marketplace end |
#offering_class ⇒ "standard", "convertible"
Returns the value of attribute offering_class.
16422 16423 16424 |
# File 'sig/types.rbs', line 16422 def offering_class @offering_class end |
#offering_type ⇒ "Heavy Utilization", ...
Returns the value of attribute offering_type.
16423 16424 16425 |
# File 'sig/types.rbs', line 16423 def offering_type @offering_type end |
#pricing_details ⇒ ::Array[Types::PricingDetail]
Returns the value of attribute pricing_details.
16424 16425 16426 |
# File 'sig/types.rbs', line 16424 def pricing_details @pricing_details end |
#product_description ⇒ "Linux/UNIX", ...
Returns the value of attribute product_description.
16434 16435 16436 |
# File 'sig/types.rbs', line 16434 def product_description @product_description end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
16425 16426 16427 |
# File 'sig/types.rbs', line 16425 def recurring_charges @recurring_charges end |
#reserved_instances_offering_id ⇒ ::String
Returns the value of attribute reserved_instances_offering_id.
16428 16429 16430 |
# File 'sig/types.rbs', line 16428 def reserved_instances_offering_id @reserved_instances_offering_id end |
#scope ⇒ "Availability Zone", "Region"
Returns the value of attribute scope.
16426 16427 16428 |
# File 'sig/types.rbs', line 16426 def scope @scope end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
16432 16433 16434 |
# File 'sig/types.rbs', line 16432 def usage_price @usage_price end |