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

Version Path
fog-0.0.56 lib/fog/aws/models/ec2/image.rb
fog-0.0.55 lib/fog/aws/models/ec2/image.rb
fog-0.0.54 lib/fog/aws/models/ec2/image.rb
fog-0.0.53 lib/fog/aws/models/ec2/image.rb
fog-0.0.52 lib/fog/aws/models/ec2/image.rb
fog-0.0.51 lib/fog/aws/models/ec2/image.rb
fog-0.0.50 lib/fog/aws/models/ec2/image.rb
fog-0.0.49 lib/fog/aws/models/ec2/image.rb
fog-0.0.48 lib/fog/aws/models/ec2/image.rb
fog-0.0.47 lib/fog/aws/models/ec2/image.rb
fog-0.0.46 lib/fog/aws/models/ec2/image.rb
fog-0.0.45 lib/fog/aws/models/ec2/image.rb
fog-0.0.44 lib/fog/aws/models/ec2/image.rb
fog-0.0.43 lib/fog/aws/models/ec2/image.rb
fog-0.0.42 lib/fog/aws/models/ec2/image.rb
fog-0.0.41 lib/fog/aws/models/ec2/image.rb
fog-0.0.40 lib/fog/aws/models/ec2/image.rb