DatasetEntry
public struct DatasetEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The pre-signed URI of the data set item.
Declaration
Swift
public let dataURI: String?
-
The name of the data set item.
Declaration
Swift
public let entryName: String?
-
Undocumented
Declaration
Swift
public init(dataURI: String? = nil, entryName: String? = nil)