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.
15984 15985 15986 |
# File 'sig/types.rbs', line 15984 def addressing_type @addressing_type end |
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMapping]
Returns the value of attribute block_device_mappings.
15985 15986 15987 |
# File 'sig/types.rbs', line 15985 def block_device_mappings @block_device_mappings end |
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
15986 15987 15988 |
# File 'sig/types.rbs', line 15986 def ebs_optimized @ebs_optimized end |
#iam_instance_profile ⇒ Types::IamInstanceProfileSpecification
Returns the value of attribute iam_instance_profile.
15987 15988 15989 |
# File 'sig/types.rbs', line 15987 def iam_instance_profile @iam_instance_profile end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
15988 15989 15990 |
# File 'sig/types.rbs', line 15988 def image_id @image_id end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
15989 15990 15991 |
# File 'sig/types.rbs', line 15989 def instance_type @instance_type end |
#kernel_id ⇒ ::String
Returns the value of attribute kernel_id.
15990 15991 15992 |
# File 'sig/types.rbs', line 15990 def kernel_id @kernel_id end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
15991 15992 15993 |
# File 'sig/types.rbs', line 15991 def key_name @key_name end |
#monitoring ⇒ Types::RunInstancesMonitoringEnabled
Returns the value of attribute monitoring.
15992 15993 15994 |
# File 'sig/types.rbs', line 15992 def monitoring @monitoring end |
#network_interfaces ⇒ ::Array[Types::InstanceNetworkInterfaceSpecification]
Returns the value of attribute network_interfaces.
15993 15994 15995 |
# File 'sig/types.rbs', line 15993 def network_interfaces @network_interfaces end |
#placement ⇒ Types::SpotPlacement
Returns the value of attribute placement.
15994 15995 15996 |
# File 'sig/types.rbs', line 15994 def placement @placement end |
#ramdisk_id ⇒ ::String
Returns the value of attribute ramdisk_id.
15995 15996 15997 |
# File 'sig/types.rbs', line 15995 def ramdisk_id @ramdisk_id end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
15982 15983 15984 |
# File 'sig/types.rbs', line 15982 def security_group_ids @security_group_ids end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
15983 15984 15985 |
# File 'sig/types.rbs', line 15983 def security_groups @security_groups end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
15996 15997 15998 |
# File 'sig/types.rbs', line 15996 def subnet_id @subnet_id end |
#user_data ⇒ ::String
Returns the value of attribute user_data.
15997 15998 15999 |
# File 'sig/types.rbs', line 15997 def user_data @user_data end |