Class: Aws::Types::LaunchSpecification
- Inherits:
-
Object
- Object
- Aws::Types::LaunchSpecification
- 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_groups ⇒ ::Array[Types::GroupIdentifier]
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.
13027 13028 13029 |
# File 'sig/types.rbs', line 13027 def addressing_type @addressing_type end |
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMapping]
Returns the value of attribute block_device_mappings.
13028 13029 13030 |
# File 'sig/types.rbs', line 13028 def block_device_mappings @block_device_mappings end |
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
13029 13030 13031 |
# File 'sig/types.rbs', line 13029 def ebs_optimized @ebs_optimized end |
#iam_instance_profile ⇒ Types::IamInstanceProfileSpecification
Returns the value of attribute iam_instance_profile.
13030 13031 13032 |
# File 'sig/types.rbs', line 13030 def iam_instance_profile @iam_instance_profile end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
13031 13032 13033 |
# File 'sig/types.rbs', line 13031 def image_id @image_id end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
13032 13033 13034 |
# File 'sig/types.rbs', line 13032 def instance_type @instance_type end |
#kernel_id ⇒ ::String
Returns the value of attribute kernel_id.
13033 13034 13035 |
# File 'sig/types.rbs', line 13033 def kernel_id @kernel_id end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
13034 13035 13036 |
# File 'sig/types.rbs', line 13034 def key_name @key_name end |
#monitoring ⇒ Types::RunInstancesMonitoringEnabled
Returns the value of attribute monitoring.
13040 13041 13042 |
# File 'sig/types.rbs', line 13040 def monitoring @monitoring end |
#network_interfaces ⇒ ::Array[Types::InstanceNetworkInterfaceSpecification]
Returns the value of attribute network_interfaces.
13035 13036 13037 |
# File 'sig/types.rbs', line 13035 def network_interfaces @network_interfaces end |
#placement ⇒ Types::SpotPlacement
Returns the value of attribute placement.
13036 13037 13038 |
# File 'sig/types.rbs', line 13036 def placement @placement end |
#ramdisk_id ⇒ ::String
Returns the value of attribute ramdisk_id.
13037 13038 13039 |
# File 'sig/types.rbs', line 13037 def ramdisk_id @ramdisk_id end |
#security_groups ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute security_groups.
13039 13040 13041 |
# File 'sig/types.rbs', line 13039 def security_groups @security_groups end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
13038 13039 13040 |
# File 'sig/types.rbs', line 13038 def subnet_id @subnet_id end |
#user_data ⇒ ::String
Returns the value of attribute user_data.
13026 13027 13028 |
# File 'sig/types.rbs', line 13026 def user_data @user_data end |