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.
12706 12707 12708 |
# File 'sig/types.rbs', line 12706 def addressing_type @addressing_type end |
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMapping]
Returns the value of attribute block_device_mappings.
12707 12708 12709 |
# File 'sig/types.rbs', line 12707 def block_device_mappings @block_device_mappings end |
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
12708 12709 12710 |
# File 'sig/types.rbs', line 12708 def ebs_optimized @ebs_optimized end |
#iam_instance_profile ⇒ Types::IamInstanceProfileSpecification
Returns the value of attribute iam_instance_profile.
12709 12710 12711 |
# File 'sig/types.rbs', line 12709 def iam_instance_profile @iam_instance_profile end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
12710 12711 12712 |
# File 'sig/types.rbs', line 12710 def image_id @image_id end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
12711 12712 12713 |
# File 'sig/types.rbs', line 12711 def instance_type @instance_type end |
#kernel_id ⇒ ::String
Returns the value of attribute kernel_id.
12712 12713 12714 |
# File 'sig/types.rbs', line 12712 def kernel_id @kernel_id end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
12713 12714 12715 |
# File 'sig/types.rbs', line 12713 def key_name @key_name end |
#monitoring ⇒ Types::RunInstancesMonitoringEnabled
Returns the value of attribute monitoring.
12719 12720 12721 |
# File 'sig/types.rbs', line 12719 def monitoring @monitoring end |
#network_interfaces ⇒ ::Array[Types::InstanceNetworkInterfaceSpecification]
Returns the value of attribute network_interfaces.
12714 12715 12716 |
# File 'sig/types.rbs', line 12714 def network_interfaces @network_interfaces end |
#placement ⇒ Types::SpotPlacement
Returns the value of attribute placement.
12715 12716 12717 |
# File 'sig/types.rbs', line 12715 def placement @placement end |
#ramdisk_id ⇒ ::String
Returns the value of attribute ramdisk_id.
12716 12717 12718 |
# File 'sig/types.rbs', line 12716 def ramdisk_id @ramdisk_id end |
#security_groups ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute security_groups.
12718 12719 12720 |
# File 'sig/types.rbs', line 12718 def security_groups @security_groups end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
12717 12718 12719 |
# File 'sig/types.rbs', line 12717 def subnet_id @subnet_id end |
#user_data ⇒ ::String
Returns the value of attribute user_data.
12705 12706 12707 |
# File 'sig/types.rbs', line 12705 def user_data @user_data end |