AWSEC2MonitoringState
Objective-C
NS_ENUM(NSInteger, AWSEC2MonitoringState) {
AWSEC2MonitoringStateUnknown,
AWSEC2MonitoringStateDisabled,
AWSEC2MonitoringStateDisabling,
AWSEC2MonitoringStateEnabled,
AWSEC2MonitoringStatePending,
}
Swift
enum AWSEC2MonitoringState : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2MonitoringStateUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2MonitoringStateDisabledSwift
case disabled = 1 -
Undocumented
Declaration
Objective-C
AWSEC2MonitoringStateDisablingSwift
case disabling = 2 -
Undocumented
Declaration
Objective-C
AWSEC2MonitoringStateEnabledSwift
case enabled = 3 -
Undocumented
Declaration
Objective-C
AWSEC2MonitoringStatePendingSwift
case pending = 4
View on GitHub
Install in Dash
AWSEC2MonitoringState Enumeration Reference