IcmpTypeCode

public struct IcmpTypeCode : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ICMP code. A value of -1 means all codes for the specified ICMP type.

    Declaration

    Swift

    public let code: Int?
  • The ICMP type. A value of -1 means all types.

    Declaration

    Swift

    public let type: Int?
  • Undocumented

    Declaration

    Swift

    public init(code: Int? = nil, type: Int? = nil)