SearchFlowExecutionsRequest

public struct SearchFlowExecutionsRequest : AWSShape
extension IoTThingsGraph.SearchFlowExecutionsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time of the latest flow execution to return.

    Declaration

    Swift

    public let endTime: TimeStamp?
  • The ID of a flow execution.

    Declaration

    Swift

    public let flowExecutionId: 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?
  • The date and time of the earliest flow execution to return.

    Declaration

    Swift

    public let startTime: TimeStamp?
  • The ID of the system instance that contains the flow.

    Declaration

    Swift

    public let systemInstanceId: String
  • Undocumented

    Declaration

    Swift

    public init(endTime: TimeStamp? = nil, flowExecutionId: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, startTime: TimeStamp? = nil, systemInstanceId: String)
  • Declaration

    Swift

    public func validate(name: String) throws