Class: Aws::MarketplaceDiscovery::Types::AmazonMachineImageRecommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDiscovery::Types::AmazonMachineImageRecommendation
- Defined in:
- gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb
Overview
Recommended instance types for running an AMI fulfillment option.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_type ⇒ String
The recommended EC2 instance type for this AMI.
Instance Attribute Details
#instance_type ⇒ String
The recommended EC2 instance type for this AMI.
116 117 118 119 120 |
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 116 class AmazonMachineImageRecommendation < Struct.new( :instance_type) SENSITIVE = [] include Aws::Structure end |