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.
16718 16719 16720 |
# File 'sig/types.rbs', line 16718 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
16715 16716 16717 |
# File 'sig/types.rbs', line 16715 def availability_zone_id @availability_zone_id end |
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
16708 16709 16710 |
# File 'sig/types.rbs', line 16708 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
16721 16722 16723 |
# File 'sig/types.rbs', line 16721 def duration @duration end |
#end ⇒ ::Time
Returns the value of attribute end.
16720 16721 16722 |
# File 'sig/types.rbs', line 16720 def end @end end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
16723 16724 16725 |
# File 'sig/types.rbs', line 16723 def fixed_price @fixed_price end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
16724 16725 16726 |
# File 'sig/types.rbs', line 16724 def instance_count @instance_count end |
#instance_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
16709 16710 16711 |
# File 'sig/types.rbs', line 16709 def instance_tenancy @instance_tenancy end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
16717 16718 16719 |
# File 'sig/types.rbs', line 16717 def instance_type @instance_type end |
#offering_class ⇒ "standard", "convertible"
Returns the value of attribute offering_class.
16710 16711 16712 |
# File 'sig/types.rbs', line 16710 def offering_class @offering_class end |
#offering_type ⇒ "Heavy Utilization", ...
Returns the value of attribute offering_type.
16711 16712 16713 |
# File 'sig/types.rbs', line 16711 def offering_type @offering_type end |
#product_description ⇒ "Linux/UNIX", ...
Returns the value of attribute product_description.
16725 16726 16727 |
# File 'sig/types.rbs', line 16725 def product_description @product_description end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
16712 16713 16714 |
# File 'sig/types.rbs', line 16712 def recurring_charges @recurring_charges end |
#reserved_instances_id ⇒ ::String
Returns the value of attribute reserved_instances_id.
16716 16717 16718 |
# File 'sig/types.rbs', line 16716 def reserved_instances_id @reserved_instances_id end |
#scope ⇒ "Availability Zone", "Region"
Returns the value of attribute scope.
16713 16714 16715 |
# File 'sig/types.rbs', line 16713 def scope @scope end |
#start ⇒ ::Time
Returns the value of attribute start.
16719 16720 16721 |
# File 'sig/types.rbs', line 16719 def start @start end |
#state ⇒ "payment-pending", ...
Returns the value of attribute state.
16726 16727 16728 |
# File 'sig/types.rbs', line 16726 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
16714 16715 16716 |
# File 'sig/types.rbs', line 16714 def @tags end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
16722 16723 16724 |
# File 'sig/types.rbs', line 16722 def usage_price @usage_price end |