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.
9723 9724 9725 |
# File 'sig/types.rbs', line 9723 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
9733 9734 9735 |
# File 'sig/types.rbs', line 9733 def availability_zone_id @availability_zone_id end |
#block_device_mappings ⇒ ::Array[Types::FleetBlockDeviceMappingRequest]
Returns the value of attribute block_device_mappings.
9728 9729 9730 |
# File 'sig/types.rbs', line 9728 def block_device_mappings @block_device_mappings end |
#iam_instance_profile ⇒ Types::FleetIamInstanceProfileSpecificationRequest
Returns the value of attribute iam_instance_profile.
9729 9730 9731 |
# File 'sig/types.rbs', line 9729 def iam_instance_profile @iam_instance_profile end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
9732 9733 9734 |
# File 'sig/types.rbs', line 9732 def image_id @image_id end |
#instance_requirements ⇒ Types::InstanceRequirementsRequest
Returns the value of attribute instance_requirements.
9731 9732 9733 |
# File 'sig/types.rbs', line 9731 def instance_requirements @instance_requirements end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
9720 9721 9722 |
# File 'sig/types.rbs', line 9720 def instance_type @instance_type end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
9727 9728 9729 |
# File 'sig/types.rbs', line 9727 def key_name @key_name end |
#max_price ⇒ ::String
Returns the value of attribute max_price.
9721 9722 9723 |
# File 'sig/types.rbs', line 9721 def max_price @max_price end |
#metadata_options ⇒ Types::FleetInstanceMetadataOptionsRequest
Returns the value of attribute metadata_options.
9730 9731 9732 |
# File 'sig/types.rbs', line 9730 def @metadata_options end |
#placement ⇒ Types::Placement
Returns the value of attribute placement.
9726 9727 9728 |
# File 'sig/types.rbs', line 9726 def placement @placement end |
#priority ⇒ ::Float
Returns the value of attribute priority.
9725 9726 9727 |
# File 'sig/types.rbs', line 9725 def priority @priority end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
9722 9723 9724 |
# File 'sig/types.rbs', line 9722 def subnet_id @subnet_id end |
#weighted_capacity ⇒ ::Float
Returns the value of attribute weighted_capacity.
9724 9725 9726 |
# File 'sig/types.rbs', line 9724 def weighted_capacity @weighted_capacity end |