PortRange

public struct PortRange : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The first port in the port range.

    Declaration

    Swift

    public let begin: Int?
  • end

    The last port in the port range.

    Declaration

    Swift

    public let end: Int?
  • Undocumented

    Declaration

    Swift

    public init(begin: Int? = nil, end: Int? = nil)