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.
9483 9484 9485 |
# File 'sig/types.rbs', line 9483 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
9490 9491 9492 |
# File 'sig/types.rbs', line 9490 def availability_zone_id @availability_zone_id end |
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMappingResponse]
Returns the value of attribute block_device_mappings.
9489 9490 9491 |
# File 'sig/types.rbs', line 9489 def block_device_mappings @block_device_mappings end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
9488 9489 9490 |
# File 'sig/types.rbs', line 9488 def image_id @image_id end |
#instance_requirements ⇒ Types::InstanceRequirements
Returns the value of attribute instance_requirements.
9487 9488 9489 |
# File 'sig/types.rbs', line 9487 def instance_requirements @instance_requirements end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
9480 9481 9482 |
# File 'sig/types.rbs', line 9480 def instance_type @instance_type end |
#max_price ⇒ ::String
Returns the value of attribute max_price.
9481 9482 9483 |
# File 'sig/types.rbs', line 9481 def max_price @max_price end |
#placement ⇒ Types::PlacementResponse
Returns the value of attribute placement.
9486 9487 9488 |
# File 'sig/types.rbs', line 9486 def placement @placement end |
#priority ⇒ ::Float
Returns the value of attribute priority.
9485 9486 9487 |
# File 'sig/types.rbs', line 9485 def priority @priority end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
9482 9483 9484 |
# File 'sig/types.rbs', line 9482 def subnet_id @subnet_id end |
#weighted_capacity ⇒ ::Float
Returns the value of attribute weighted_capacity.
9484 9485 9486 |
# File 'sig/types.rbs', line 9484 def weighted_capacity @weighted_capacity end |