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.
16061 16062 16063 |
# File 'sig/types.rbs', line 16061 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
16058 16059 16060 |
# File 'sig/types.rbs', line 16058 def availability_zone_id @availability_zone_id end |
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
16051 16052 16053 |
# File 'sig/types.rbs', line 16051 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
16064 16065 16066 |
# File 'sig/types.rbs', line 16064 def duration @duration end |
#end ⇒ ::Time
Returns the value of attribute end.
16063 16064 16065 |
# File 'sig/types.rbs', line 16063 def end @end end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
16066 16067 16068 |
# File 'sig/types.rbs', line 16066 def fixed_price @fixed_price end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
16067 16068 16069 |
# File 'sig/types.rbs', line 16067 def instance_count @instance_count end |
#instance_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
16052 16053 16054 |
# File 'sig/types.rbs', line 16052 def instance_tenancy @instance_tenancy end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
16060 16061 16062 |
# File 'sig/types.rbs', line 16060 def instance_type @instance_type end |
#offering_class ⇒ "standard", "convertible"
Returns the value of attribute offering_class.
16053 16054 16055 |
# File 'sig/types.rbs', line 16053 def offering_class @offering_class end |
#offering_type ⇒ "Heavy Utilization", ...
Returns the value of attribute offering_type.
16054 16055 16056 |
# File 'sig/types.rbs', line 16054 def offering_type @offering_type end |
#product_description ⇒ "Linux/UNIX", ...
Returns the value of attribute product_description.
16068 16069 16070 |
# File 'sig/types.rbs', line 16068 def product_description @product_description end |
#recurring_charges ⇒ ::Array[Types::RecurringCharge]
Returns the value of attribute recurring_charges.
16055 16056 16057 |
# File 'sig/types.rbs', line 16055 def recurring_charges @recurring_charges end |
#reserved_instances_id ⇒ ::String
Returns the value of attribute reserved_instances_id.
16059 16060 16061 |
# File 'sig/types.rbs', line 16059 def reserved_instances_id @reserved_instances_id end |
#scope ⇒ "Availability Zone", "Region"
Returns the value of attribute scope.
16056 16057 16058 |
# File 'sig/types.rbs', line 16056 def scope @scope end |
#start ⇒ ::Time
Returns the value of attribute start.
16062 16063 16064 |
# File 'sig/types.rbs', line 16062 def start @start end |
#state ⇒ "payment-pending", ...
Returns the value of attribute state.
16069 16070 16071 |
# File 'sig/types.rbs', line 16069 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
16057 16058 16059 |
# File 'sig/types.rbs', line 16057 def @tags end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
16065 16066 16067 |
# File 'sig/types.rbs', line 16065 def usage_price @usage_price end |