Class: Aws::Types::FleetLaunchTemplateOverrides
- Inherits:
-
Object
- Object
- Aws::Types::FleetLaunchTemplateOverrides
- 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.
-
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMappingResponse]
Returns the value of attribute block_device_mappings.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#instance_requirements ⇒ Types::InstanceRequirements
Returns the value of attribute instance_requirements.
-
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
-
#max_price ⇒ ::String
Returns the value of attribute max_price.
-
#placement ⇒ Types::PlacementResponse
Returns the value of attribute placement.
-
#priority ⇒ ::Float
Returns the value of attribute priority.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#weighted_capacity ⇒ ::Float
Returns the value of attribute weighted_capacity.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
9708 9709 9710 |
# File 'sig/types.rbs', line 9708 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
9715 9716 9717 |
# File 'sig/types.rbs', line 9715 def availability_zone_id @availability_zone_id end |
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMappingResponse]
Returns the value of attribute block_device_mappings.
9714 9715 9716 |
# File 'sig/types.rbs', line 9714 def block_device_mappings @block_device_mappings end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
9713 9714 9715 |
# File 'sig/types.rbs', line 9713 def image_id @image_id end |
#instance_requirements ⇒ Types::InstanceRequirements
Returns the value of attribute instance_requirements.
9712 9713 9714 |
# File 'sig/types.rbs', line 9712 def instance_requirements @instance_requirements end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
9705 9706 9707 |
# File 'sig/types.rbs', line 9705 def instance_type @instance_type end |
#max_price ⇒ ::String
Returns the value of attribute max_price.
9706 9707 9708 |
# File 'sig/types.rbs', line 9706 def max_price @max_price end |
#placement ⇒ Types::PlacementResponse
Returns the value of attribute placement.
9711 9712 9713 |
# File 'sig/types.rbs', line 9711 def placement @placement end |
#priority ⇒ ::Float
Returns the value of attribute priority.
9710 9711 9712 |
# File 'sig/types.rbs', line 9710 def priority @priority end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
9707 9708 9709 |
# File 'sig/types.rbs', line 9707 def subnet_id @subnet_id end |
#weighted_capacity ⇒ ::Float
Returns the value of attribute weighted_capacity.
9709 9710 9711 |
# File 'sig/types.rbs', line 9709 def weighted_capacity @weighted_capacity end |