GetFlowTemplateRevisionsRequest
public struct GetFlowTemplateRevisionsRequest : AWSShape
extension IoTThingsGraph.GetFlowTemplateRevisionsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the workflow. The ID should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
Declaration
Swift
public let id: String -
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(id: String, maxResults: Int? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> IoTThingsGraph.GetFlowTemplateRevisionsRequest
View on GitHub
GetFlowTemplateRevisionsRequest Structure Reference