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.
16626 16627 16628 |
# File 'sig/types.rbs', line 16626 def addressing_type @addressing_type end |
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMapping]
Returns the value of attribute block_device_mappings.
16627 16628 16629 |
# File 'sig/types.rbs', line 16627 def block_device_mappings @block_device_mappings end |
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
16628 16629 16630 |
# File 'sig/types.rbs', line 16628 def ebs_optimized @ebs_optimized end |
#iam_instance_profile ⇒ Types::IamInstanceProfileSpecification
Returns the value of attribute iam_instance_profile.
16629 16630 16631 |
# File 'sig/types.rbs', line 16629 def iam_instance_profile @iam_instance_profile end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
16630 16631 16632 |
# File 'sig/types.rbs', line 16630 def image_id @image_id end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
16631 16632 16633 |
# File 'sig/types.rbs', line 16631 def instance_type @instance_type end |
#kernel_id ⇒ ::String
Returns the value of attribute kernel_id.
16632 16633 16634 |
# File 'sig/types.rbs', line 16632 def kernel_id @kernel_id end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
16633 16634 16635 |
# File 'sig/types.rbs', line 16633 def key_name @key_name end |
#monitoring ⇒ Types::RunInstancesMonitoringEnabled
Returns the value of attribute monitoring.
16634 16635 16636 |
# File 'sig/types.rbs', line 16634 def monitoring @monitoring end |
#network_interfaces ⇒ ::Array[Types::InstanceNetworkInterfaceSpecification]
Returns the value of attribute network_interfaces.
16635 16636 16637 |
# File 'sig/types.rbs', line 16635 def network_interfaces @network_interfaces end |
#placement ⇒ Types::SpotPlacement
Returns the value of attribute placement.
16636 16637 16638 |
# File 'sig/types.rbs', line 16636 def placement @placement end |
#ramdisk_id ⇒ ::String
Returns the value of attribute ramdisk_id.
16637 16638 16639 |
# File 'sig/types.rbs', line 16637 def ramdisk_id @ramdisk_id end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
16624 16625 16626 |
# File 'sig/types.rbs', line 16624 def security_group_ids @security_group_ids end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
16625 16626 16627 |
# File 'sig/types.rbs', line 16625 def security_groups @security_groups end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
16638 16639 16640 |
# File 'sig/types.rbs', line 16638 def subnet_id @subnet_id end |
#user_data ⇒ ::String
Returns the value of attribute user_data.
16639 16640 16641 |
# File 'sig/types.rbs', line 16639 def user_data @user_data end |