DatasetGroupSummary
public struct DatasetGroupSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
When the dataset group was created.
Declaration
Swift
public let creationTime: TimeStamp? -
The Amazon Resource Name (ARN) of the dataset group.
Declaration
Swift
public let datasetGroupArn: String? -
The name of the dataset group.
Declaration
Swift
public let datasetGroupName: String? -
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While the dataset group is being updated, LastModificationTime is the current time of the ListDatasetGroups call.
Declaration
Swift
public let lastModificationTime: TimeStamp?
View on GitHub
DatasetGroupSummary Structure Reference