Sha256: ca74b977b26fe144f250f048d04ae3dee2d451213feedd32df06be2608cfb43a
Contents?: true
Size: 604 Bytes
Versions: 74
Compression:
Stored size: 604 Bytes
Contents
require 'fog/model' module Fog module AWS module EC2 class Image < Fog::Model identity :id, 'imageId' attribute :architecture attribute :location, 'imageLocation' attribute :owner_id, 'imageOwnerId' attribute :state, 'imageState' attribute :type, 'imageType' attribute :is_public, 'isPublic' attribute :kernel_id, 'kernelId' attribute :platform attribute :product_codes, 'productCodes' attribute :ramdisk_id, 'ramdiskId' end end end end
Version data entries
74 entries across 74 versions & 1 rubygems