Class: Aws::EC2::Types::ImageAttribute

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes an image attribute.

Instance Attribute Summary collapse

Instance Attribute Details

#block_device_mappingsArray<Types::BlockDeviceMapping>

One or more block device mapping entries.

Returns:



13838
13839
13840
13841
13842
13843
13844
13845
13846
13847
13848
# File 'lib/aws-sdk-ec2/types.rb', line 13838

class ImageAttribute < Struct.new(
  :block_device_mappings,
  :image_id,
  :launch_permissions,
  :product_codes,
  :description,
  :kernel_id,
  :ramdisk_id,
  :sriov_net_support)
  include Aws::Structure
end

#descriptionTypes::AttributeValue

A description for the AMI.



13838
13839
13840
13841
13842
13843
13844
13845
13846
13847
13848
# File 'lib/aws-sdk-ec2/types.rb', line 13838

class ImageAttribute < Struct.new(
  :block_device_mappings,
  :image_id,
  :launch_permissions,
  :product_codes,
  :description,
  :kernel_id,
  :ramdisk_id,
  :sriov_net_support)
  include Aws::Structure
end

#image_idString

The ID of the AMI.

Returns:

  • (String)


13838
13839
13840
13841
13842
13843
13844
13845
13846
13847
13848
# File 'lib/aws-sdk-ec2/types.rb', line 13838

class ImageAttribute < Struct.new(
  :block_device_mappings,
  :image_id,
  :launch_permissions,
  :product_codes,
  :description,
  :kernel_id,
  :ramdisk_id,
  :sriov_net_support)
  include Aws::Structure
end

#kernel_idTypes::AttributeValue

The kernel ID.



13838
13839
13840
13841
13842
13843
13844
13845
13846
13847
13848
# File 'lib/aws-sdk-ec2/types.rb', line 13838

class ImageAttribute < Struct.new(
  :block_device_mappings,
  :image_id,
  :launch_permissions,
  :product_codes,
  :description,
  :kernel_id,
  :ramdisk_id,
  :sriov_net_support)
  include Aws::Structure
end

#launch_permissionsArray<Types::LaunchPermission>

One or more launch permissions.

Returns:



13838
13839
13840
13841
13842
13843
13844
13845
13846
13847
13848
# File 'lib/aws-sdk-ec2/types.rb', line 13838

class ImageAttribute < Struct.new(
  :block_device_mappings,
  :image_id,
  :launch_permissions,
  :product_codes,
  :description,
  :kernel_id,
  :ramdisk_id,
  :sriov_net_support)
  include Aws::Structure
end

#product_codesArray<Types::ProductCode>

One or more product codes.

Returns:



13838
13839
13840
13841
13842
13843
13844
13845
13846
13847
13848
# File 'lib/aws-sdk-ec2/types.rb', line 13838

class ImageAttribute < Struct.new(
  :block_device_mappings,
  :image_id,
  :launch_permissions,
  :product_codes,
  :description,
  :kernel_id,
  :ramdisk_id,
  :sriov_net_support)
  include Aws::Structure
end

#ramdisk_idTypes::AttributeValue

The RAM disk ID.



13838
13839
13840
13841
13842
13843
13844
13845
13846
13847
13848
# File 'lib/aws-sdk-ec2/types.rb', line 13838

class ImageAttribute < Struct.new(
  :block_device_mappings,
  :image_id,
  :launch_permissions,
  :product_codes,
  :description,
  :kernel_id,
  :ramdisk_id,
  :sriov_net_support)
  include Aws::Structure
end

#sriov_net_supportTypes::AttributeValue

Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.



13838
13839
13840
13841
13842
13843
13844
13845
13846
13847
13848
# File 'lib/aws-sdk-ec2/types.rb', line 13838

class ImageAttribute < Struct.new(
  :block_device_mappings,
  :image_id,
  :launch_permissions,
  :product_codes,
  :description,
  :kernel_id,
  :ramdisk_id,
  :sriov_net_support)
  include Aws::Structure
end