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

Version Path
fog-0.2.18 lib/fog/aws/models/ec2/image.rb
fog-0.2.17 lib/fog/aws/models/ec2/image.rb
fog-0.2.16 lib/fog/aws/models/ec2/image.rb
fog-0.2.15 lib/fog/aws/models/ec2/image.rb
fog-0.2.14 lib/fog/aws/models/ec2/image.rb
fog-0.2.13 lib/fog/aws/models/ec2/image.rb
fog-0.2.12 lib/fog/aws/models/ec2/image.rb
fog-0.2.11 lib/fog/aws/models/ec2/image.rb
fog-0.2.10 lib/fog/aws/models/ec2/image.rb
fog-0.2.9 lib/fog/aws/models/ec2/image.rb
fog-0.2.8 lib/fog/aws/models/ec2/image.rb
fog-0.2.7 lib/fog/aws/models/ec2/image.rb
fog-0.2.6 lib/fog/aws/models/ec2/image.rb
fog-0.2.5 lib/fog/aws/models/ec2/image.rb
fog-0.2.4 lib/fog/aws/models/ec2/image.rb
fog-0.2.3 lib/fog/aws/models/ec2/image.rb
fog-0.2.2 lib/fog/aws/models/ec2/image.rb
fog-0.2.1 lib/fog/aws/models/ec2/image.rb
fog-0.2.0 lib/fog/aws/models/ec2/image.rb
fog-0.1.10 lib/fog/aws/models/ec2/image.rb