AWSEC2StaticSourcesSupportValue

Objective-C

NS_ENUM(NSInteger, AWSEC2StaticSourcesSupportValue) {
    AWSEC2StaticSourcesSupportValueUnknown,
    AWSEC2StaticSourcesSupportValueEnable,
    AWSEC2StaticSourcesSupportValueDisable,
}

Swift

enum AWSEC2StaticSourcesSupportValue : Int, @unchecked Sendable

Undocumented