You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::ImageAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ImageAttribute
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#block_device_mappings ⇒ Array<Types::BlockDeviceMapping>
The block device mapping entries.
-
#description ⇒ Types::AttributeValue
A description for the AMI.
-
#image_id ⇒ String
The ID of the AMI.
-
#kernel_id ⇒ Types::AttributeValue
The kernel ID.
-
#launch_permissions ⇒ Array<Types::LaunchPermission>
The launch permissions.
-
#product_codes ⇒ Array<Types::ProductCode>
The product codes.
-
#ramdisk_id ⇒ Types::AttributeValue
The RAM disk ID.
-
#sriov_net_support ⇒ Types::AttributeValue
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
Instance Attribute Details
#block_device_mappings ⇒ Array<Types::BlockDeviceMapping>
The block device mapping entries.
#description ⇒ Types::AttributeValue
A description for the AMI.
#image_id ⇒ String
The ID of the AMI.
#kernel_id ⇒ Types::AttributeValue
The kernel ID.
#launch_permissions ⇒ Array<Types::LaunchPermission>
The launch permissions.
#product_codes ⇒ Array<Types::ProductCode>
The product codes.
#ramdisk_id ⇒ Types::AttributeValue
The RAM disk ID.
#sriov_net_support ⇒ Types::AttributeValue
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.