Class: Aws::Types::RequestSpotLaunchSpecification
- Inherits:
-
Object
- Object
- Aws::Types::RequestSpotLaunchSpecification
- 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_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::RunInstancesMonitoringEnabled
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_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#user_data ⇒ ::String
Returns the value of attribute user_data.
Instance Attribute Details
#addressing_type ⇒ ::String
Returns the value of attribute addressing_type.
16281 16282 16283 |
# File 'sig/types.rbs', line 16281 def addressing_type @addressing_type end |
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMapping]
Returns the value of attribute block_device_mappings.
16282 16283 16284 |
# File 'sig/types.rbs', line 16282 def block_device_mappings @block_device_mappings end |
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
16283 16284 16285 |
# File 'sig/types.rbs', line 16283 def ebs_optimized @ebs_optimized end |
#iam_instance_profile ⇒ Types::IamInstanceProfileSpecification
Returns the value of attribute iam_instance_profile.
16284 16285 16286 |
# File 'sig/types.rbs', line 16284 def iam_instance_profile @iam_instance_profile end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
16285 16286 16287 |
# File 'sig/types.rbs', line 16285 def image_id @image_id end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
16286 16287 16288 |
# File 'sig/types.rbs', line 16286 def instance_type @instance_type end |
#kernel_id ⇒ ::String
Returns the value of attribute kernel_id.
16287 16288 16289 |
# File 'sig/types.rbs', line 16287 def kernel_id @kernel_id end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
16288 16289 16290 |
# File 'sig/types.rbs', line 16288 def key_name @key_name end |
#monitoring ⇒ Types::RunInstancesMonitoringEnabled
Returns the value of attribute monitoring.
16289 16290 16291 |
# File 'sig/types.rbs', line 16289 def monitoring @monitoring end |
#network_interfaces ⇒ ::Array[Types::InstanceNetworkInterfaceSpecification]
Returns the value of attribute network_interfaces.
16290 16291 16292 |
# File 'sig/types.rbs', line 16290 def network_interfaces @network_interfaces end |
#placement ⇒ Types::SpotPlacement
Returns the value of attribute placement.
16291 16292 16293 |
# File 'sig/types.rbs', line 16291 def placement @placement end |
#ramdisk_id ⇒ ::String
Returns the value of attribute ramdisk_id.
16292 16293 16294 |
# File 'sig/types.rbs', line 16292 def ramdisk_id @ramdisk_id end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
16279 16280 16281 |
# File 'sig/types.rbs', line 16279 def security_group_ids @security_group_ids end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
16280 16281 16282 |
# File 'sig/types.rbs', line 16280 def security_groups @security_groups end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
16293 16294 16295 |
# File 'sig/types.rbs', line 16293 def subnet_id @subnet_id end |
#user_data ⇒ ::String
Returns the value of attribute user_data.
16294 16295 16296 |
# File 'sig/types.rbs', line 16294 def user_data @user_data end |