Class: Aws::Types::InstanceTypeConfig
- Inherits:
-
Object
- Object
- Aws::Types::InstanceTypeConfig
- 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_configuration ⇒ Types::EbsConfiguration
Returns the value of attribute ebs_configuration.
-
#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.
834 835 836 |
# File 'sig/types.rbs', line 834 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.
835 836 837 |
# File 'sig/types.rbs', line 835 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.
837 838 839 |
# File 'sig/types.rbs', line 837 def configurations @configurations end |
#custom_ami_id ⇒ ::String
Returns the value of attribute custom_ami_id.
838 839 840 |
# File 'sig/types.rbs', line 838 def custom_ami_id @custom_ami_id end |
#ebs_configuration ⇒ Types::EbsConfiguration
Returns the value of attribute ebs_configuration.
836 837 838 |
# File 'sig/types.rbs', line 836 def ebs_configuration @ebs_configuration end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
832 833 834 |
# File 'sig/types.rbs', line 832 def instance_type @instance_type end |
#priority ⇒ ::Float
Returns the value of attribute priority.
839 840 841 |
# File 'sig/types.rbs', line 839 def priority @priority end |
#weighted_capacity ⇒ ::Integer
Returns the value of attribute weighted_capacity.
833 834 835 |
# File 'sig/types.rbs', line 833 def weighted_capacity @weighted_capacity end |