AWSEC2MonitoringState
Objective-C
NS_ENUM(NSInteger, AWSEC2MonitoringState) {
AWSEC2MonitoringStateUnknown,
AWSEC2MonitoringStateDisabled,
AWSEC2MonitoringStateDisabling,
AWSEC2MonitoringStateEnabled,
AWSEC2MonitoringStatePending,
}
Swift
enum AWSEC2MonitoringState : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2MonitoringStateUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2MonitoringStateDisabled
Swift
case disabled = 1
-
Undocumented
Declaration
Objective-C
AWSEC2MonitoringStateDisabling
Swift
case disabling = 2
-
Undocumented
Declaration
Objective-C
AWSEC2MonitoringStateEnabled
Swift
case enabled = 3
-
Undocumented
Declaration
Objective-C
AWSEC2MonitoringStatePending
Swift
case pending = 4