Class: Aws::Types::ScheduledInstancesLaunchSpecification
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledInstancesLaunchSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_device_mappings ⇒ ::Array[Types::ScheduledInstancesBlockDeviceMapping]
Returns the value of attribute block_device_mappings.
-
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
-
#iam_instance_profile ⇒ Types::ScheduledInstancesIamInstanceProfile
Returns the value of attribute iam_instance_profile.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#instance_type ⇒ ::String
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::ScheduledInstancesMonitoring
Returns the value of attribute monitoring.
-
#network_interfaces ⇒ ::Array[Types::ScheduledInstancesNetworkInterface]
Returns the value of attribute network_interfaces.
-
#placement ⇒ Types::ScheduledInstancesPlacement
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.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#user_data ⇒ ::String
Returns the value of attribute user_data.
Instance Attribute Details
#block_device_mappings ⇒ ::Array[Types::ScheduledInstancesBlockDeviceMapping]
Returns the value of attribute block_device_mappings.
17056 17057 17058 |
# File 'sig/types.rbs', line 17056 def block_device_mappings @block_device_mappings end |
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
17057 17058 17059 |
# File 'sig/types.rbs', line 17057 def ebs_optimized @ebs_optimized end |
#iam_instance_profile ⇒ Types::ScheduledInstancesIamInstanceProfile
Returns the value of attribute iam_instance_profile.
17058 17059 17060 |
# File 'sig/types.rbs', line 17058 def iam_instance_profile @iam_instance_profile end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
17059 17060 17061 |
# File 'sig/types.rbs', line 17059 def image_id @image_id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
17060 17061 17062 |
# File 'sig/types.rbs', line 17060 def instance_type @instance_type end |
#kernel_id ⇒ ::String
Returns the value of attribute kernel_id.
17061 17062 17063 |
# File 'sig/types.rbs', line 17061 def kernel_id @kernel_id end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
17062 17063 17064 |
# File 'sig/types.rbs', line 17062 def key_name @key_name end |
#monitoring ⇒ Types::ScheduledInstancesMonitoring
Returns the value of attribute monitoring.
17063 17064 17065 |
# File 'sig/types.rbs', line 17063 def monitoring @monitoring end |
#network_interfaces ⇒ ::Array[Types::ScheduledInstancesNetworkInterface]
Returns the value of attribute network_interfaces.
17064 17065 17066 |
# File 'sig/types.rbs', line 17064 def network_interfaces @network_interfaces end |
#placement ⇒ Types::ScheduledInstancesPlacement
Returns the value of attribute placement.
17065 17066 17067 |
# File 'sig/types.rbs', line 17065 def placement @placement end |
#ramdisk_id ⇒ ::String
Returns the value of attribute ramdisk_id.
17066 17067 17068 |
# File 'sig/types.rbs', line 17066 def ramdisk_id @ramdisk_id end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
17067 17068 17069 |
# File 'sig/types.rbs', line 17067 def security_group_ids @security_group_ids end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
17068 17069 17070 |
# File 'sig/types.rbs', line 17068 def subnet_id @subnet_id end |
#user_data ⇒ ::String
Returns the value of attribute user_data.
17069 17070 17071 |
# File 'sig/types.rbs', line 17069 def user_data @user_data end |