ImageAttribute
public struct ImageAttribute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The block device mapping entries.
Declaration
Swift
public let blockDeviceMappings: [BlockDeviceMapping]? -
A description for the AMI.
Declaration
Swift
public let description: AttributeValue? -
The ID of the AMI.
Declaration
Swift
public let imageId: String? -
The kernel ID.
Declaration
Swift
public let kernelId: AttributeValue? -
The launch permissions.
Declaration
Swift
public let launchPermissions: [LaunchPermission]? -
The product codes.
Declaration
Swift
public let productCodes: [ProductCode]? -
The RAM disk ID.
Declaration
Swift
public let ramdiskId: AttributeValue? -
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
Declaration
Swift
public let sriovNetSupport: AttributeValue? -
init(blockDeviceMappings:description:imageId:kernelId:launchPermissions:productCodes:ramdiskId:sriovNetSupport:)Undocumented
Declaration
Swift
public init(blockDeviceMappings: [BlockDeviceMapping]? = nil, description: AttributeValue? = nil, imageId: String? = nil, kernelId: AttributeValue? = nil, launchPermissions: [LaunchPermission]? = nil, productCodes: [ProductCode]? = nil, ramdiskId: AttributeValue? = nil, sriovNetSupport: AttributeValue? = nil)
View on GitHub
ImageAttribute Structure Reference