Class: Aws::Types::ReservedInstances
- Inherits:
-
Object
- Object
- Aws::Types::ReservedInstances
- 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.
-
#end ⇒ ::Time
Returns the value of attribute end.
-
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
-
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
-
#offering_class ⇒ "standard", "convertible"
Returns the value of attribute offering_class.
-
#offering_type ⇒ "Heavy Utilization", ...
Returns the value of attribute offering_type.
-
#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_id ⇒ ::String
Returns the value of attribute reserved_instances_id.
-
#scope ⇒ "Availability Zone", "Region"
Returns the value of attribute scope.
-
#start ⇒ ::Time
Returns the value of attribute start.
-
#state ⇒ "payment-pending", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
16697 16698 16699 |
# File 'sig/types.rbs', line 16697 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
16694 16695 16696 |
# File 'sig/types.rbs', line 16694 def availability_zone_id @availability_zone_id end |
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
16687 16688 16689 |
# File 'sig/types.rbs', line 16687 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
16700 16701 16702 |
# File 'sig/types.rbs', line 16700 def duration @duration end |
#end ⇒ ::Time
Returns the value of attribute end.
16699 16700 16701 |
# File 'sig/types.rbs', line 16699 def end @end end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
16702 16703 16704 |
# File 'sig/types.rbs', line 16702 def fixed_price @fixed_price end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
16703 16704 16705 |
# File 'sig/types.rbs', line 16703 def instance_count @instance_count end |
#instance_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
16688 16689 16690 |
# File 'sig/types.rbs', line 16688 def instance_tenancy @instance_tenancy end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
16696 16697 16698 |
# File 'sig/types.rbs', line 16696 def instance_type @instance_type end |
#offering_class ⇒ "standard", "convertible"
Returns the value of attribute offering_class.
16689 16690 16691 |
# File 'sig/types.rbs', line 16689 def offering_class @offering_class end |
#offering_type ⇒ "Heavy Utilization", ...
Returns the value of attribute offering_type.
16690 16691 16692 |
# File 'sig/types.rbs', line 16690 def offering_type @offering_type end |
#product_description ⇒ "Linux/UNIX", ...
Returns the value of attribute product_description.
16704 16705 16706 |
# File 'sig/types.rbs', line 16704 def product_description @product_description end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
16691 16692 16693 |
# File 'sig/types.rbs', line 16691 def recurring_charges @recurring_charges end |
#reserved_instances_id ⇒ ::String
Returns the value of attribute reserved_instances_id.
16695 16696 16697 |
# File 'sig/types.rbs', line 16695 def reserved_instances_id @reserved_instances_id end |
#scope ⇒ "Availability Zone", "Region"
Returns the value of attribute scope.
16692 16693 16694 |
# File 'sig/types.rbs', line 16692 def scope @scope end |
#start ⇒ ::Time
Returns the value of attribute start.
16698 16699 16700 |
# File 'sig/types.rbs', line 16698 def start @start end |
#state ⇒ "payment-pending", ...
Returns the value of attribute state.
16705 16706 16707 |
# File 'sig/types.rbs', line 16705 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
16693 16694 16695 |
# File 'sig/types.rbs', line 16693 def @tags end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
16701 16702 16703 |
# File 'sig/types.rbs', line 16701 def usage_price @usage_price end |