AWSEC2MonitoringState

Objective-C

NS_ENUM(NSInteger, AWSEC2MonitoringState) {
    AWSEC2MonitoringStateUnknown,
    AWSEC2MonitoringStateDisabled,
    AWSEC2MonitoringStateDisabling,
    AWSEC2MonitoringStateEnabled,
    AWSEC2MonitoringStatePending,
}

Swift

enum AWSEC2MonitoringState : Int, @unchecked Sendable

Undocumented