AWSLogsState

Objective-C

NS_ENUM(NSInteger, AWSLogsState) {
    AWSLogsStateUnknown,
    AWSLogsStateActive,
    AWSLogsStateSuppressed,
    AWSLogsStateBaseline,
}

Swift

enum AWSLogsState : Int, @unchecked Sendable

Undocumented

  • Undocumented

    Declaration

    Objective-C

    AWSLogsStateUnknown

    Swift

    case unknown = 0
  • Undocumented

    Declaration

    Objective-C

    AWSLogsStateActive

    Swift

    case active = 1
  • Undocumented

    Declaration

    Objective-C

    AWSLogsStateSuppressed

    Swift

    case suppressed = 2
  • Undocumented

    Declaration

    Objective-C

    AWSLogsStateBaseline

    Swift

    case baseline = 3