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.
17899 17900 17901 |
# File 'sig/types.rbs', line 17899 def addressing_type @addressing_type end |
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMapping]
Returns the value of attribute block_device_mappings.
17900 17901 17902 |
# File 'sig/types.rbs', line 17900 def block_device_mappings @block_device_mappings end |
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
17901 17902 17903 |
# File 'sig/types.rbs', line 17901 def ebs_optimized @ebs_optimized end |
#iam_instance_profile ⇒ Types::IamInstanceProfileSpecification
Returns the value of attribute iam_instance_profile.
17902 17903 17904 |
# File 'sig/types.rbs', line 17902 def iam_instance_profile @iam_instance_profile end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
17903 17904 17905 |
# File 'sig/types.rbs', line 17903 def image_id @image_id end |
#instance_requirements ⇒ Types::InstanceRequirements
Returns the value of attribute instance_requirements.
17916 17917 17918 |
# File 'sig/types.rbs', line 17916 def instance_requirements @instance_requirements end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
17904 17905 17906 |
# File 'sig/types.rbs', line 17904 def instance_type @instance_type end |
#kernel_id ⇒ ::String
Returns the value of attribute kernel_id.
17905 17906 17907 |
# File 'sig/types.rbs', line 17905 def kernel_id @kernel_id end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
17906 17907 17908 |
# File 'sig/types.rbs', line 17906 def key_name @key_name end |
#monitoring ⇒ Types::SpotFleetMonitoring
Returns the value of attribute monitoring.
17907 17908 17909 |
# File 'sig/types.rbs', line 17907 def monitoring @monitoring end |
#network_interfaces ⇒ ::Array[Types::InstanceNetworkInterfaceSpecification]
Returns the value of attribute network_interfaces.
17908 17909 17910 |
# File 'sig/types.rbs', line 17908 def network_interfaces @network_interfaces end |
#placement ⇒ Types::SpotPlacement
Returns the value of attribute placement.
17909 17910 17911 |
# File 'sig/types.rbs', line 17909 def placement @placement end |
#ramdisk_id ⇒ ::String
Returns the value of attribute ramdisk_id.
17910 17911 17912 |
# File 'sig/types.rbs', line 17910 def ramdisk_id @ramdisk_id end |
#security_groups ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute security_groups.
17917 17918 17919 |
# File 'sig/types.rbs', line 17917 def security_groups @security_groups end |
#spot_price ⇒ ::String
Returns the value of attribute spot_price.
17911 17912 17913 |
# File 'sig/types.rbs', line 17911 def spot_price @spot_price end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
17912 17913 17914 |
# File 'sig/types.rbs', line 17912 def subnet_id @subnet_id end |
#tag_specifications ⇒ ::Array[Types::SpotFleetTagSpecification]
Returns the value of attribute tag_specifications.
17915 17916 17917 |
# File 'sig/types.rbs', line 17915 def tag_specifications @tag_specifications end |
#user_data ⇒ ::String
Returns the value of attribute user_data.
17913 17914 17915 |
# File 'sig/types.rbs', line 17913 def user_data @user_data end |
#weighted_capacity ⇒ ::Float
Returns the value of attribute weighted_capacity.
17914 17915 17916 |
# File 'sig/types.rbs', line 17914 def weighted_capacity @weighted_capacity end |