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.
17242 17243 17244 |
# File 'sig/types.rbs', line 17242 def addressing_type @addressing_type end |
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMapping]
Returns the value of attribute block_device_mappings.
17243 17244 17245 |
# File 'sig/types.rbs', line 17243 def block_device_mappings @block_device_mappings end |
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
17244 17245 17246 |
# File 'sig/types.rbs', line 17244 def ebs_optimized @ebs_optimized end |
#iam_instance_profile ⇒ Types::IamInstanceProfileSpecification
Returns the value of attribute iam_instance_profile.
17245 17246 17247 |
# File 'sig/types.rbs', line 17245 def iam_instance_profile @iam_instance_profile end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
17246 17247 17248 |
# File 'sig/types.rbs', line 17246 def image_id @image_id end |
#instance_requirements ⇒ Types::InstanceRequirements
Returns the value of attribute instance_requirements.
17259 17260 17261 |
# File 'sig/types.rbs', line 17259 def instance_requirements @instance_requirements end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
17247 17248 17249 |
# File 'sig/types.rbs', line 17247 def instance_type @instance_type end |
#kernel_id ⇒ ::String
Returns the value of attribute kernel_id.
17248 17249 17250 |
# File 'sig/types.rbs', line 17248 def kernel_id @kernel_id end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
17249 17250 17251 |
# File 'sig/types.rbs', line 17249 def key_name @key_name end |
#monitoring ⇒ Types::SpotFleetMonitoring
Returns the value of attribute monitoring.
17250 17251 17252 |
# File 'sig/types.rbs', line 17250 def monitoring @monitoring end |
#network_interfaces ⇒ ::Array[Types::InstanceNetworkInterfaceSpecification]
Returns the value of attribute network_interfaces.
17251 17252 17253 |
# File 'sig/types.rbs', line 17251 def network_interfaces @network_interfaces end |
#placement ⇒ Types::SpotPlacement
Returns the value of attribute placement.
17252 17253 17254 |
# File 'sig/types.rbs', line 17252 def placement @placement end |
#ramdisk_id ⇒ ::String
Returns the value of attribute ramdisk_id.
17253 17254 17255 |
# File 'sig/types.rbs', line 17253 def ramdisk_id @ramdisk_id end |
#security_groups ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute security_groups.
17260 17261 17262 |
# File 'sig/types.rbs', line 17260 def security_groups @security_groups end |
#spot_price ⇒ ::String
Returns the value of attribute spot_price.
17254 17255 17256 |
# File 'sig/types.rbs', line 17254 def spot_price @spot_price end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
17255 17256 17257 |
# File 'sig/types.rbs', line 17255 def subnet_id @subnet_id end |
#tag_specifications ⇒ ::Array[Types::SpotFleetTagSpecification]
Returns the value of attribute tag_specifications.
17258 17259 17260 |
# File 'sig/types.rbs', line 17258 def tag_specifications @tag_specifications end |
#user_data ⇒ ::String
Returns the value of attribute user_data.
17256 17257 17258 |
# File 'sig/types.rbs', line 17256 def user_data @user_data end |
#weighted_capacity ⇒ ::Float
Returns the value of attribute weighted_capacity.
17257 17258 17259 |
# File 'sig/types.rbs', line 17257 def weighted_capacity @weighted_capacity end |