UpdateDatasetGroupRequest
public struct UpdateDatasetGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.
Declaration
Swift
public let datasetArns: [String]
-
The ARN of the dataset group.
Declaration
Swift
public let datasetGroupArn: String
-
Undocumented
Declaration
Swift
public init(datasetArns: [String], datasetGroupArn: String)
-
Declaration
Swift
public func validate(name: String) throws