SearchFlowTemplatesRequest
public struct SearchFlowTemplatesRequest : AWSShape
extension IoTThingsGraph.SearchFlowTemplatesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.
Declaration
Swift
public let filters: [FlowTemplateFilter]?
-
The maximum number of results to return in the response.
Declaration
Swift
public let maxResults: Int?
-
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(filters: [FlowTemplateFilter]? = nil, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> IoTThingsGraph.SearchFlowTemplatesRequest