Class: Aws::ElasticBeanstalk::Types::CustomAmi

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#image_idString

THe ID of the image used to create the custom AMI.

Returns:

  • (String)


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_typeString

The type of virtualization used to create the custom AMI.

Returns:

  • (String)


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