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.
9830 9831 9832 |
# File 'sig/types.rbs', line 9830 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
9840 9841 9842 |
# File 'sig/types.rbs', line 9840 def availability_zone_id @availability_zone_id end |
#block_device_mappings ⇒ ::Array[Types::FleetBlockDeviceMappingRequest]
Returns the value of attribute block_device_mappings.
9835 9836 9837 |
# File 'sig/types.rbs', line 9835 def block_device_mappings @block_device_mappings end |
#iam_instance_profile ⇒ Types::FleetIamInstanceProfileSpecificationRequest
Returns the value of attribute iam_instance_profile.
9836 9837 9838 |
# File 'sig/types.rbs', line 9836 def iam_instance_profile @iam_instance_profile end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
9839 9840 9841 |
# File 'sig/types.rbs', line 9839 def image_id @image_id end |
#instance_requirements ⇒ Types::InstanceRequirementsRequest
Returns the value of attribute instance_requirements.
9838 9839 9840 |
# File 'sig/types.rbs', line 9838 def instance_requirements @instance_requirements end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
9827 9828 9829 |
# File 'sig/types.rbs', line 9827 def instance_type @instance_type end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
9834 9835 9836 |
# File 'sig/types.rbs', line 9834 def key_name @key_name end |
#max_price ⇒ ::String
Returns the value of attribute max_price.
9828 9829 9830 |
# File 'sig/types.rbs', line 9828 def max_price @max_price end |
#metadata_options ⇒ Types::FleetInstanceMetadataOptionsRequest
Returns the value of attribute metadata_options.
9837 9838 9839 |
# File 'sig/types.rbs', line 9837 def @metadata_options end |
#placement ⇒ Types::Placement
Returns the value of attribute placement.
9833 9834 9835 |
# File 'sig/types.rbs', line 9833 def placement @placement end |
#priority ⇒ ::Float
Returns the value of attribute priority.
9832 9833 9834 |
# File 'sig/types.rbs', line 9832 def priority @priority end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
9829 9830 9831 |
# File 'sig/types.rbs', line 9829 def subnet_id @subnet_id end |
#weighted_capacity ⇒ ::Float
Returns the value of attribute weighted_capacity.
9831 9832 9833 |
# File 'sig/types.rbs', line 9831 def weighted_capacity @weighted_capacity end |