ListThingTypesRequest

public struct ListThingTypesRequest : AWSShape
extension IoT.ListThingTypesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of results to return in this operation.

    Declaration

    Swift

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

    Declaration

    Swift

    public let nextToken: String?
  • The name of the thing type.

    Declaration

    Swift

    public let thingTypeName: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> IoT.ListThingTypesRequest