Sha256: ec4bfd3ea934751e27b718f7550e58c3c44260e999b908d476b5f5573afb6515
Contents?: true
Size: 582 Bytes
Versions: 17
Compression:
Stored size: 582 Bytes
Contents
module Fog module AWS class 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
17 entries across 17 versions & 1 rubygems