ListThingsRequest

public struct ListThingsRequest : AWSShape
extension IoT.ListThingsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The attribute name used to search for things.

    Declaration

    Swift

    public let attributeName: String?
  • The attribute value used to search for things.

    Declaration

    Swift

    public let attributeValue: String?
  • 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 used to search for things.

    Declaration

    Swift

    public let thingTypeName: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws