Class: Aws::Types::SpotFleetLaunchSpecification
- Inherits:
-
Object
- Object
- Aws::Types::SpotFleetLaunchSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#addressing_type ⇒ ::String
Returns the value of attribute addressing_type.
-
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMapping]
Returns the value of attribute block_device_mappings.
-
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
-
#iam_instance_profile ⇒ Types::IamInstanceProfileSpecification
Returns the value of attribute iam_instance_profile.
-
#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.
-
#kernel_id ⇒ ::String
Returns the value of attribute kernel_id.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
-
#monitoring ⇒ Types::SpotFleetMonitoring
Returns the value of attribute monitoring.
-
#network_interfaces ⇒ ::Array[Types::InstanceNetworkInterfaceSpecification]
Returns the value of attribute network_interfaces.
-
#placement ⇒ Types::SpotPlacement
Returns the value of attribute placement.
-
#ramdisk_id ⇒ ::String
Returns the value of attribute ramdisk_id.
-
#security_groups ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute security_groups.
-
#spot_price ⇒ ::String
Returns the value of attribute spot_price.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#tag_specifications ⇒ ::Array[Types::SpotFleetTagSpecification]
Returns the value of attribute tag_specifications.
-
#user_data ⇒ ::String
Returns the value of attribute user_data.
-
#weighted_capacity ⇒ ::Float
Returns the value of attribute weighted_capacity.
Instance Attribute Details
#addressing_type ⇒ ::String
Returns the value of attribute addressing_type.
17539 17540 17541 |
# File 'sig/types.rbs', line 17539 def addressing_type @addressing_type end |
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMapping]
Returns the value of attribute block_device_mappings.
17540 17541 17542 |
# File 'sig/types.rbs', line 17540 def block_device_mappings @block_device_mappings end |
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
17541 17542 17543 |
# File 'sig/types.rbs', line 17541 def ebs_optimized @ebs_optimized end |
#iam_instance_profile ⇒ Types::IamInstanceProfileSpecification
Returns the value of attribute iam_instance_profile.
17542 17543 17544 |
# File 'sig/types.rbs', line 17542 def iam_instance_profile @iam_instance_profile end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
17543 17544 17545 |
# File 'sig/types.rbs', line 17543 def image_id @image_id end |
#instance_requirements ⇒ Types::InstanceRequirements
Returns the value of attribute instance_requirements.
17556 17557 17558 |
# File 'sig/types.rbs', line 17556 def instance_requirements @instance_requirements end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
17544 17545 17546 |
# File 'sig/types.rbs', line 17544 def instance_type @instance_type end |
#kernel_id ⇒ ::String
Returns the value of attribute kernel_id.
17545 17546 17547 |
# File 'sig/types.rbs', line 17545 def kernel_id @kernel_id end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
17546 17547 17548 |
# File 'sig/types.rbs', line 17546 def key_name @key_name end |
#monitoring ⇒ Types::SpotFleetMonitoring
Returns the value of attribute monitoring.
17547 17548 17549 |
# File 'sig/types.rbs', line 17547 def monitoring @monitoring end |
#network_interfaces ⇒ ::Array[Types::InstanceNetworkInterfaceSpecification]
Returns the value of attribute network_interfaces.
17548 17549 17550 |
# File 'sig/types.rbs', line 17548 def network_interfaces @network_interfaces end |
#placement ⇒ Types::SpotPlacement
Returns the value of attribute placement.
17549 17550 17551 |
# File 'sig/types.rbs', line 17549 def placement @placement end |
#ramdisk_id ⇒ ::String
Returns the value of attribute ramdisk_id.
17550 17551 17552 |
# File 'sig/types.rbs', line 17550 def ramdisk_id @ramdisk_id end |
#security_groups ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute security_groups.
17557 17558 17559 |
# File 'sig/types.rbs', line 17557 def security_groups @security_groups end |
#spot_price ⇒ ::String
Returns the value of attribute spot_price.
17551 17552 17553 |
# File 'sig/types.rbs', line 17551 def spot_price @spot_price end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
17552 17553 17554 |
# File 'sig/types.rbs', line 17552 def subnet_id @subnet_id end |
#tag_specifications ⇒ ::Array[Types::SpotFleetTagSpecification]
Returns the value of attribute tag_specifications.
17555 17556 17557 |
# File 'sig/types.rbs', line 17555 def tag_specifications @tag_specifications end |
#user_data ⇒ ::String
Returns the value of attribute user_data.
17553 17554 17555 |
# File 'sig/types.rbs', line 17553 def user_data @user_data end |
#weighted_capacity ⇒ ::Float
Returns the value of attribute weighted_capacity.
17554 17555 17556 |
# File 'sig/types.rbs', line 17554 def weighted_capacity @weighted_capacity end |