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:



21120
21121
21122
21123
21124
21125
21126
21127
21128
21129
21130
# File 'lib/aws-sdk-ec2/types.rb', line 21120

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.



21120
21121
21122
21123
21124
21125
21126
21127
21128
21129
21130
# File 'lib/aws-sdk-ec2/types.rb', line 21120

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)


21120
21121
21122
21123
21124
21125
21126
21127
21128
21129
21130
# File 'lib/aws-sdk-ec2/types.rb', line 21120

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.



21120
21121
21122
21123
21124
21125
21126
21127
21128
21129
21130
# File 'lib/aws-sdk-ec2/types.rb', line 21120

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:



21120
21121
21122
21123
21124
21125
21126
21127
21128
21129
21130
# File 'lib/aws-sdk-ec2/types.rb', line 21120

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:



21120
21121
21122
21123
21124
21125
21126
21127
21128
21129
21130
# File 'lib/aws-sdk-ec2/types.rb', line 21120

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.



21120
21121
21122
21123
21124
21125
21126
21127
21128
21129
21130
# File 'lib/aws-sdk-ec2/types.rb', line 21120

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.



21120
21121
21122
21123
21124
21125
21126
21127
21128
21129
21130
# File 'lib/aws-sdk-ec2/types.rb', line 21120

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