ListDatasetGroupsResponse
public struct ListDatasetGroupsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of your dataset groups.
Declaration
Swift
public let datasetGroups: [DatasetGroupSummary]?
-
A token for getting the next set of dataset groups (if they exist).
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(datasetGroups: [DatasetGroupSummary]? = nil, nextToken: String? = nil)