Class: Aws::Types::InstanceTypeSpecification
- Inherits:
-
Object
- Object
- Aws::Types::InstanceTypeSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bid_price ⇒ ::String
Returns the value of attribute bid_price.
-
#bid_price_as_percentage_of_on_demand_price ⇒ ::Float
Returns the value of attribute bid_price_as_percentage_of_on_demand_price.
-
#configurations ⇒ ::Array[Types::Configuration]
Returns the value of attribute configurations.
-
#custom_ami_id ⇒ ::String
Returns the value of attribute custom_ami_id.
-
#ebs_block_devices ⇒ ::Array[Types::EbsBlockDevice]
Returns the value of attribute ebs_block_devices.
-
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#priority ⇒ ::Float
Returns the value of attribute priority.
-
#weighted_capacity ⇒ ::Integer
Returns the value of attribute weighted_capacity.
Instance Attribute Details
#bid_price ⇒ ::String
Returns the value of attribute bid_price.
846 847 848 |
# File 'sig/types.rbs', line 846 def bid_price @bid_price end |
#bid_price_as_percentage_of_on_demand_price ⇒ ::Float
Returns the value of attribute bid_price_as_percentage_of_on_demand_price.
847 848 849 |
# File 'sig/types.rbs', line 847 def bid_price_as_percentage_of_on_demand_price @bid_price_as_percentage_of_on_demand_price end |
#configurations ⇒ ::Array[Types::Configuration]
Returns the value of attribute configurations.
848 849 850 |
# File 'sig/types.rbs', line 848 def configurations @configurations end |
#custom_ami_id ⇒ ::String
Returns the value of attribute custom_ami_id.
851 852 853 |
# File 'sig/types.rbs', line 851 def custom_ami_id @custom_ami_id end |
#ebs_block_devices ⇒ ::Array[Types::EbsBlockDevice]
Returns the value of attribute ebs_block_devices.
849 850 851 |
# File 'sig/types.rbs', line 849 def ebs_block_devices @ebs_block_devices end |
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
850 851 852 |
# File 'sig/types.rbs', line 850 def ebs_optimized @ebs_optimized end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
844 845 846 |
# File 'sig/types.rbs', line 844 def instance_type @instance_type end |
#priority ⇒ ::Float
Returns the value of attribute priority.
852 853 854 |
# File 'sig/types.rbs', line 852 def priority @priority end |
#weighted_capacity ⇒ ::Integer
Returns the value of attribute weighted_capacity.
845 846 847 |
# File 'sig/types.rbs', line 845 def weighted_capacity @weighted_capacity end |