AWSEC2FpgaImageAttributeName

Objective-C

NS_ENUM(NSInteger, AWSEC2FpgaImageAttributeName) {
    AWSEC2FpgaImageAttributeNameUnknown,
    AWSEC2FpgaImageAttributeNameDescription,
    AWSEC2FpgaImageAttributeNameName,
    AWSEC2FpgaImageAttributeNameLoadPermission,
    AWSEC2FpgaImageAttributeNameProductCodes,
}

Swift

enum AWSEC2FpgaImageAttributeName : Int, @unchecked Sendable

Undocumented