SearchThingsRequest

public struct SearchThingsRequest : AWSShape
extension IoTThingsGraph.SearchThingsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the entity to which the things are associated. The IDs should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME

    Declaration

    Swift

    public let entityId: String
  • The maximum number of results to return in the response.

    Declaration

    Swift

    public let maxResults: Int?
  • The version of the user’s namespace. Defaults to the latest version of the user’s namespace.

    Declaration

    Swift

    public let namespaceVersion: Int64?
  • The string that specifies the next page of results. Use this when you’re paginating results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(entityId: String, maxResults: Int? = nil, namespaceVersion: Int64? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws