Ulimit

public struct Ulimit : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The hard limit for the ulimit type.

    Declaration

    Swift

    public let hardLimit: Int
  • The type of the ulimit.

    Declaration

    Swift

    public let name: String
  • The soft limit for the ulimit type.

    Declaration

    Swift

    public let softLimit: Int
  • Undocumented

    Declaration

    Swift

    public init(hardLimit: Int, name: String, softLimit: Int)