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.
17878 17879 17880 |
# File 'sig/types.rbs', line 17878 def addressing_type @addressing_type end |
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMapping]
Returns the value of attribute block_device_mappings.
17879 17880 17881 |
# File 'sig/types.rbs', line 17879 def block_device_mappings @block_device_mappings end |
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
17880 17881 17882 |
# File 'sig/types.rbs', line 17880 def ebs_optimized @ebs_optimized end |
#iam_instance_profile ⇒ Types::IamInstanceProfileSpecification
Returns the value of attribute iam_instance_profile.
17881 17882 17883 |
# File 'sig/types.rbs', line 17881 def iam_instance_profile @iam_instance_profile end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
17882 17883 17884 |
# File 'sig/types.rbs', line 17882 def image_id @image_id end |
#instance_requirements ⇒ Types::InstanceRequirements
Returns the value of attribute instance_requirements.
17895 17896 17897 |
# File 'sig/types.rbs', line 17895 def instance_requirements @instance_requirements end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
17883 17884 17885 |
# File 'sig/types.rbs', line 17883 def instance_type @instance_type end |
#kernel_id ⇒ ::String
Returns the value of attribute kernel_id.
17884 17885 17886 |
# File 'sig/types.rbs', line 17884 def kernel_id @kernel_id end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
17885 17886 17887 |
# File 'sig/types.rbs', line 17885 def key_name @key_name end |
#monitoring ⇒ Types::SpotFleetMonitoring
Returns the value of attribute monitoring.
17886 17887 17888 |
# File 'sig/types.rbs', line 17886 def monitoring @monitoring end |
#network_interfaces ⇒ ::Array[Types::InstanceNetworkInterfaceSpecification]
Returns the value of attribute network_interfaces.
17887 17888 17889 |
# File 'sig/types.rbs', line 17887 def network_interfaces @network_interfaces end |
#placement ⇒ Types::SpotPlacement
Returns the value of attribute placement.
17888 17889 17890 |
# File 'sig/types.rbs', line 17888 def placement @placement end |
#ramdisk_id ⇒ ::String
Returns the value of attribute ramdisk_id.
17889 17890 17891 |
# File 'sig/types.rbs', line 17889 def ramdisk_id @ramdisk_id end |
#security_groups ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute security_groups.
17896 17897 17898 |
# File 'sig/types.rbs', line 17896 def security_groups @security_groups end |
#spot_price ⇒ ::String
Returns the value of attribute spot_price.
17890 17891 17892 |
# File 'sig/types.rbs', line 17890 def spot_price @spot_price end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
17891 17892 17893 |
# File 'sig/types.rbs', line 17891 def subnet_id @subnet_id end |
#tag_specifications ⇒ ::Array[Types::SpotFleetTagSpecification]
Returns the value of attribute tag_specifications.
17894 17895 17896 |
# File 'sig/types.rbs', line 17894 def tag_specifications @tag_specifications end |
#user_data ⇒ ::String
Returns the value of attribute user_data.
17892 17893 17894 |
# File 'sig/types.rbs', line 17892 def user_data @user_data end |
#weighted_capacity ⇒ ::Float
Returns the value of attribute weighted_capacity.
17893 17894 17895 |
# File 'sig/types.rbs', line 17893 def weighted_capacity @weighted_capacity end |