ListDataflowEndpointGroupsResponse
public struct ListDataflowEndpointGroupsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of dataflow endpoint groups.
Declaration
Swift
public let dataflowEndpointGroupList: [DataflowEndpointListItem]?
-
Next token returned in the response of a previous ListDataflowEndpointGroups call. Used to get the next page of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(dataflowEndpointGroupList: [DataflowEndpointListItem]? = nil, nextToken: String? = nil)