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.
16358 16359 16360 |
# File 'sig/types.rbs', line 16358 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
16355 16356 16357 |
# File 'sig/types.rbs', line 16355 def availability_zone_id @availability_zone_id end |
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
16348 16349 16350 |
# File 'sig/types.rbs', line 16348 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
16361 16362 16363 |
# File 'sig/types.rbs', line 16361 def duration @duration end |
#end ⇒ ::Time
Returns the value of attribute end.
16360 16361 16362 |
# File 'sig/types.rbs', line 16360 def end @end end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
16363 16364 16365 |
# File 'sig/types.rbs', line 16363 def fixed_price @fixed_price end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
16364 16365 16366 |
# File 'sig/types.rbs', line 16364 def instance_count @instance_count end |
#instance_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
16349 16350 16351 |
# File 'sig/types.rbs', line 16349 def instance_tenancy @instance_tenancy end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
16357 16358 16359 |
# File 'sig/types.rbs', line 16357 def instance_type @instance_type end |
#offering_class ⇒ "standard", "convertible"
Returns the value of attribute offering_class.
16350 16351 16352 |
# File 'sig/types.rbs', line 16350 def offering_class @offering_class end |
#offering_type ⇒ "Heavy Utilization", ...
Returns the value of attribute offering_type.
16351 16352 16353 |
# File 'sig/types.rbs', line 16351 def offering_type @offering_type end |
#product_description ⇒ "Linux/UNIX", ...
Returns the value of attribute product_description.
16365 16366 16367 |
# File 'sig/types.rbs', line 16365 def product_description @product_description end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
16352 16353 16354 |
# File 'sig/types.rbs', line 16352 def recurring_charges @recurring_charges end |
#reserved_instances_id ⇒ ::String
Returns the value of attribute reserved_instances_id.
16356 16357 16358 |
# File 'sig/types.rbs', line 16356 def reserved_instances_id @reserved_instances_id end |
#scope ⇒ "Availability Zone", "Region"
Returns the value of attribute scope.
16353 16354 16355 |
# File 'sig/types.rbs', line 16353 def scope @scope end |
#start ⇒ ::Time
Returns the value of attribute start.
16359 16360 16361 |
# File 'sig/types.rbs', line 16359 def start @start end |
#state ⇒ "payment-pending", ...
Returns the value of attribute state.
16366 16367 16368 |
# File 'sig/types.rbs', line 16366 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
16354 16355 16356 |
# File 'sig/types.rbs', line 16354 def @tags end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
16362 16363 16364 |
# File 'sig/types.rbs', line 16362 def usage_price @usage_price end |