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.
9815 9816 9817 |
# File 'sig/types.rbs', line 9815 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
9822 9823 9824 |
# File 'sig/types.rbs', line 9822 def availability_zone_id @availability_zone_id end |
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMappingResponse]
Returns the value of attribute block_device_mappings.
9821 9822 9823 |
# File 'sig/types.rbs', line 9821 def block_device_mappings @block_device_mappings end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
9820 9821 9822 |
# File 'sig/types.rbs', line 9820 def image_id @image_id end |
#instance_requirements ⇒ Types::InstanceRequirements
Returns the value of attribute instance_requirements.
9819 9820 9821 |
# File 'sig/types.rbs', line 9819 def instance_requirements @instance_requirements end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
9812 9813 9814 |
# File 'sig/types.rbs', line 9812 def instance_type @instance_type end |
#max_price ⇒ ::String
Returns the value of attribute max_price.
9813 9814 9815 |
# File 'sig/types.rbs', line 9813 def max_price @max_price end |
#placement ⇒ Types::PlacementResponse
Returns the value of attribute placement.
9818 9819 9820 |
# File 'sig/types.rbs', line 9818 def placement @placement end |
#priority ⇒ ::Float
Returns the value of attribute priority.
9817 9818 9819 |
# File 'sig/types.rbs', line 9817 def priority @priority end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
9814 9815 9816 |
# File 'sig/types.rbs', line 9814 def subnet_id @subnet_id end |
#weighted_capacity ⇒ ::Float
Returns the value of attribute weighted_capacity.
9816 9817 9818 |
# File 'sig/types.rbs', line 9816 def weighted_capacity @weighted_capacity end |