PortRange

public struct PortRange : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let fromPort: Int?
  • The last port in the range of ports, inclusive.

    Declaration

    Swift

    public let toPort: Int?
  • Undocumented

    Declaration

    Swift

    public init(fromPort: Int? = nil, toPort: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws