ListDataflowEndpointGroupsRequest
public struct ListDataflowEndpointGroupsRequest : AWSShape
extension GroundStation.ListDataflowEndpointGroupsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Maximum number of dataflow endpoint groups returned.
Declaration
Swift
public let maxResults: Int?
-
Next token returned in the request of a previous ListDataflowEndpointGroups call. Used to get the next page of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> GroundStation.ListDataflowEndpointGroupsRequest