Class: Aws::ElasticBeanstalk::Types::CustomAmi
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::CustomAmi
- Defined in:
- gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb
Overview
A custom AMI available to platforms.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_id ⇒ String
THe ID of the image used to create the custom AMI.
-
#virtualization_type ⇒ String
The type of virtualization used to create the custom AMI.
Instance Attribute Details
#image_id ⇒ String
THe ID of the image used to create the custom AMI.
1392 1393 1394 1395 1396 1397 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1392 class CustomAmi < Struct.new( :virtualization_type, :image_id) SENSITIVE = [] include Aws::Structure end |
#virtualization_type ⇒ String
The type of virtualization used to create the custom AMI.
1392 1393 1394 1395 1396 1397 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1392 class CustomAmi < Struct.new( :virtualization_type, :image_id) SENSITIVE = [] include Aws::Structure end |