ListTunnelsRequest

public struct ListTunnelsRequest : AWSShape
extension IoTSecureTunneling.ListTunnelsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of results to return at once.

    Declaration

    Swift

    public let maxResults: Int?
  • A token to retrieve the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • The name of the IoT thing associated with the destination device.

    Declaration

    Swift

    public let thingName: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, thingName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws