PortRange

public struct PortRange : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let from: Int?
  • to

    The last port in the range.

    Declaration

    Swift

    public let to: Int?
  • Undocumented

    Declaration

    Swift

    public init(from: Int? = nil, to: Int? = nil)