Class: Aws::Types::RequestLaunchTemplateData
- Inherits:
-
Object
- Object
- Aws::Types::RequestLaunchTemplateData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_device_mappings ⇒ ::Array[Types::LaunchTemplateBlockDeviceMappingRequest]
Returns the value of attribute block_device_mappings.
-
#capacity_reservation_specification ⇒ Types::LaunchTemplateCapacityReservationSpecificationRequest
Returns the value of attribute capacity_reservation_specification.
-
#cpu_options ⇒ Types::LaunchTemplateCpuOptionsRequest
Returns the value of attribute cpu_options.
-
#credit_specification ⇒ Types::CreditSpecificationRequest
Returns the value of attribute credit_specification.
-
#disable_api_stop ⇒ Boolean
Returns the value of attribute disable_api_stop.
-
#disable_api_termination ⇒ Boolean
Returns the value of attribute disable_api_termination.
-
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
-
#elastic_gpu_specifications ⇒ ::Array[Types::ElasticGpuSpecification]
Returns the value of attribute elastic_gpu_specifications.
-
#elastic_inference_accelerators ⇒ ::Array[Types::LaunchTemplateElasticInferenceAccelerator]
Returns the value of attribute elastic_inference_accelerators.
-
#enclave_options ⇒ Types::LaunchTemplateEnclaveOptionsRequest
Returns the value of attribute enclave_options.
-
#hibernation_options ⇒ Types::LaunchTemplateHibernationOptionsRequest
Returns the value of attribute hibernation_options.
-
#iam_instance_profile ⇒ Types::LaunchTemplateIamInstanceProfileSpecificationRequest
Returns the value of attribute iam_instance_profile.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#instance_initiated_shutdown_behavior ⇒ "stop", "terminate"
Returns the value of attribute instance_initiated_shutdown_behavior.
-
#instance_market_options ⇒ Types::LaunchTemplateInstanceMarketOptionsRequest
Returns the value of attribute instance_market_options.
-
#instance_requirements ⇒ Types::InstanceRequirementsRequest
Returns the value of attribute instance_requirements.
-
#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.
-
#license_specifications ⇒ ::Array[Types::LaunchTemplateLicenseConfigurationRequest]
Returns the value of attribute license_specifications.
-
#maintenance_options ⇒ Types::LaunchTemplateInstanceMaintenanceOptionsRequest
Returns the value of attribute maintenance_options.
-
#metadata_options ⇒ Types::LaunchTemplateInstanceMetadataOptionsRequest
Returns the value of attribute metadata_options.
-
#monitoring ⇒ Types::LaunchTemplatesMonitoringRequest
Returns the value of attribute monitoring.
-
#network_interfaces ⇒ ::Array[Types::LaunchTemplateInstanceNetworkInterfaceSpecificationRequest]
Returns the value of attribute network_interfaces.
-
#network_performance_options ⇒ Types::LaunchTemplateNetworkPerformanceOptionsRequest
Returns the value of attribute network_performance_options.
-
#operator ⇒ Types::OperatorRequest
Returns the value of attribute operator.
-
#placement ⇒ Types::LaunchTemplatePlacementRequest
Returns the value of attribute placement.
-
#private_dns_name_options ⇒ Types::LaunchTemplatePrivateDnsNameOptionsRequest
Returns the value of attribute private_dns_name_options.
-
#ram_disk_id ⇒ ::String
Returns the value of attribute ram_disk_id.
-
#secondary_interfaces ⇒ ::Array[Types::LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest]
Returns the value of attribute secondary_interfaces.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#tag_specifications ⇒ ::Array[Types::LaunchTemplateTagSpecificationRequest]
Returns the value of attribute tag_specifications.
-
#user_data ⇒ ::String
Returns the value of attribute user_data.
Instance Attribute Details
#block_device_mappings ⇒ ::Array[Types::LaunchTemplateBlockDeviceMappingRequest]
Returns the value of attribute block_device_mappings.
16211 16212 16213 |
# File 'sig/types.rbs', line 16211 def block_device_mappings @block_device_mappings end |
#capacity_reservation_specification ⇒ Types::LaunchTemplateCapacityReservationSpecificationRequest
Returns the value of attribute capacity_reservation_specification.
16230 16231 16232 |
# File 'sig/types.rbs', line 16230 def capacity_reservation_specification @capacity_reservation_specification end |
#cpu_options ⇒ Types::LaunchTemplateCpuOptionsRequest
Returns the value of attribute cpu_options.
16229 16230 16231 |
# File 'sig/types.rbs', line 16229 def @cpu_options end |
#credit_specification ⇒ Types::CreditSpecificationRequest
Returns the value of attribute credit_specification.
16228 16229 16230 |
# File 'sig/types.rbs', line 16228 def credit_specification @credit_specification end |
#disable_api_stop ⇒ Boolean
Returns the value of attribute disable_api_stop.
16238 16239 16240 |
# File 'sig/types.rbs', line 16238 def disable_api_stop @disable_api_stop end |
#disable_api_termination ⇒ Boolean
Returns the value of attribute disable_api_termination.
16219 16220 16221 |
# File 'sig/types.rbs', line 16219 def disable_api_termination @disable_api_termination end |
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
16209 16210 16211 |
# File 'sig/types.rbs', line 16209 def ebs_optimized @ebs_optimized end |
#elastic_gpu_specifications ⇒ ::Array[Types::ElasticGpuSpecification]
Returns the value of attribute elastic_gpu_specifications.
16223 16224 16225 |
# File 'sig/types.rbs', line 16223 def elastic_gpu_specifications @elastic_gpu_specifications end |
#elastic_inference_accelerators ⇒ ::Array[Types::LaunchTemplateElasticInferenceAccelerator]
Returns the value of attribute elastic_inference_accelerators.
16224 16225 16226 |
# File 'sig/types.rbs', line 16224 def elastic_inference_accelerators @elastic_inference_accelerators end |
#enclave_options ⇒ Types::LaunchTemplateEnclaveOptionsRequest
Returns the value of attribute enclave_options.
16234 16235 16236 |
# File 'sig/types.rbs', line 16234 def @enclave_options end |
#hibernation_options ⇒ Types::LaunchTemplateHibernationOptionsRequest
Returns the value of attribute hibernation_options.
16232 16233 16234 |
# File 'sig/types.rbs', line 16232 def @hibernation_options end |
#iam_instance_profile ⇒ Types::LaunchTemplateIamInstanceProfileSpecificationRequest
Returns the value of attribute iam_instance_profile.
16210 16211 16212 |
# File 'sig/types.rbs', line 16210 def iam_instance_profile @iam_instance_profile end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
16213 16214 16215 |
# File 'sig/types.rbs', line 16213 def image_id @image_id end |
#instance_initiated_shutdown_behavior ⇒ "stop", "terminate"
Returns the value of attribute instance_initiated_shutdown_behavior.
16220 16221 16222 |
# File 'sig/types.rbs', line 16220 def instance_initiated_shutdown_behavior @instance_initiated_shutdown_behavior end |
#instance_market_options ⇒ Types::LaunchTemplateInstanceMarketOptionsRequest
Returns the value of attribute instance_market_options.
16227 16228 16229 |
# File 'sig/types.rbs', line 16227 def @instance_market_options end |
#instance_requirements ⇒ Types::InstanceRequirementsRequest
Returns the value of attribute instance_requirements.
16235 16236 16237 |
# File 'sig/types.rbs', line 16235 def instance_requirements @instance_requirements end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
16214 16215 16216 |
# File 'sig/types.rbs', line 16214 def instance_type @instance_type end |
#kernel_id ⇒ ::String
Returns the value of attribute kernel_id.
16208 16209 16210 |
# File 'sig/types.rbs', line 16208 def kernel_id @kernel_id end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
16215 16216 16217 |
# File 'sig/types.rbs', line 16215 def key_name @key_name end |
#license_specifications ⇒ ::Array[Types::LaunchTemplateLicenseConfigurationRequest]
Returns the value of attribute license_specifications.
16231 16232 16233 |
# File 'sig/types.rbs', line 16231 def license_specifications @license_specifications end |
#maintenance_options ⇒ Types::LaunchTemplateInstanceMaintenanceOptionsRequest
Returns the value of attribute maintenance_options.
16237 16238 16239 |
# File 'sig/types.rbs', line 16237 def @maintenance_options end |
#metadata_options ⇒ Types::LaunchTemplateInstanceMetadataOptionsRequest
Returns the value of attribute metadata_options.
16233 16234 16235 |
# File 'sig/types.rbs', line 16233 def @metadata_options end |
#monitoring ⇒ Types::LaunchTemplatesMonitoringRequest
Returns the value of attribute monitoring.
16216 16217 16218 |
# File 'sig/types.rbs', line 16216 def monitoring @monitoring end |
#network_interfaces ⇒ ::Array[Types::LaunchTemplateInstanceNetworkInterfaceSpecificationRequest]
Returns the value of attribute network_interfaces.
16212 16213 16214 |
# File 'sig/types.rbs', line 16212 def network_interfaces @network_interfaces end |
#network_performance_options ⇒ Types::LaunchTemplateNetworkPerformanceOptionsRequest
Returns the value of attribute network_performance_options.
16240 16241 16242 |
# File 'sig/types.rbs', line 16240 def @network_performance_options end |
#operator ⇒ Types::OperatorRequest
Returns the value of attribute operator.
16239 16240 16241 |
# File 'sig/types.rbs', line 16239 def operator @operator end |
#placement ⇒ Types::LaunchTemplatePlacementRequest
Returns the value of attribute placement.
16217 16218 16219 |
# File 'sig/types.rbs', line 16217 def placement @placement end |
#private_dns_name_options ⇒ Types::LaunchTemplatePrivateDnsNameOptionsRequest
Returns the value of attribute private_dns_name_options.
16236 16237 16238 |
# File 'sig/types.rbs', line 16236 def @private_dns_name_options end |
#ram_disk_id ⇒ ::String
Returns the value of attribute ram_disk_id.
16218 16219 16220 |
# File 'sig/types.rbs', line 16218 def ram_disk_id @ram_disk_id end |
#secondary_interfaces ⇒ ::Array[Types::LaunchTemplateInstanceSecondaryInterfaceSpecificationRequest]
Returns the value of attribute secondary_interfaces.
16241 16242 16243 |
# File 'sig/types.rbs', line 16241 def secondary_interfaces @secondary_interfaces end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
16225 16226 16227 |
# File 'sig/types.rbs', line 16225 def security_group_ids @security_group_ids end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
16226 16227 16228 |
# File 'sig/types.rbs', line 16226 def security_groups @security_groups end |
#tag_specifications ⇒ ::Array[Types::LaunchTemplateTagSpecificationRequest]
Returns the value of attribute tag_specifications.
16222 16223 16224 |
# File 'sig/types.rbs', line 16222 def tag_specifications @tag_specifications end |
#user_data ⇒ ::String
Returns the value of attribute user_data.
16221 16222 16223 |
# File 'sig/types.rbs', line 16221 def user_data @user_data end |