Class: Aws::Types::FleetLaunchTemplateOverridesRequest
- Inherits:
-
Object
- Object
- Aws::Types::FleetLaunchTemplateOverridesRequest
- 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::FleetBlockDeviceMappingRequest]
Returns the value of attribute block_device_mappings.
-
#iam_instance_profile ⇒ Types::FleetIamInstanceProfileSpecificationRequest
Returns the value of attribute iam_instance_profile.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#instance_requirements ⇒ Types::InstanceRequirementsRequest
Returns the value of attribute instance_requirements.
-
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
-
#max_price ⇒ ::String
Returns the value of attribute max_price.
-
#metadata_options ⇒ Types::FleetInstanceMetadataOptionsRequest
Returns the value of attribute metadata_options.
-
#placement ⇒ Types::Placement
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.
9498 9499 9500 |
# File 'sig/types.rbs', line 9498 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
9508 9509 9510 |
# File 'sig/types.rbs', line 9508 def availability_zone_id @availability_zone_id end |
#block_device_mappings ⇒ ::Array[Types::FleetBlockDeviceMappingRequest]
Returns the value of attribute block_device_mappings.
9503 9504 9505 |
# File 'sig/types.rbs', line 9503 def block_device_mappings @block_device_mappings end |
#iam_instance_profile ⇒ Types::FleetIamInstanceProfileSpecificationRequest
Returns the value of attribute iam_instance_profile.
9504 9505 9506 |
# File 'sig/types.rbs', line 9504 def iam_instance_profile @iam_instance_profile end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
9507 9508 9509 |
# File 'sig/types.rbs', line 9507 def image_id @image_id end |
#instance_requirements ⇒ Types::InstanceRequirementsRequest
Returns the value of attribute instance_requirements.
9506 9507 9508 |
# File 'sig/types.rbs', line 9506 def instance_requirements @instance_requirements end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
9495 9496 9497 |
# File 'sig/types.rbs', line 9495 def instance_type @instance_type end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
9502 9503 9504 |
# File 'sig/types.rbs', line 9502 def key_name @key_name end |
#max_price ⇒ ::String
Returns the value of attribute max_price.
9496 9497 9498 |
# File 'sig/types.rbs', line 9496 def max_price @max_price end |
#metadata_options ⇒ Types::FleetInstanceMetadataOptionsRequest
Returns the value of attribute metadata_options.
9505 9506 9507 |
# File 'sig/types.rbs', line 9505 def @metadata_options end |
#placement ⇒ Types::Placement
Returns the value of attribute placement.
9501 9502 9503 |
# File 'sig/types.rbs', line 9501 def placement @placement end |
#priority ⇒ ::Float
Returns the value of attribute priority.
9500 9501 9502 |
# File 'sig/types.rbs', line 9500 def priority @priority end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
9497 9498 9499 |
# File 'sig/types.rbs', line 9497 def subnet_id @subnet_id end |
#weighted_capacity ⇒ ::Float
Returns the value of attribute weighted_capacity.
9499 9500 9501 |
# File 'sig/types.rbs', line 9499 def weighted_capacity @weighted_capacity end |