CreateDatasetResponse
public struct CreateDatasetResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the data set.
Declaration
Swift
public let datasetArn: String?
-
The name of the data set.
Declaration
Swift
public let datasetName: String?
-
How long, in days, data set contents are kept for the data set.
Declaration
Swift
public let retentionPeriod: RetentionPeriod?
-
Undocumented
Declaration
Swift
public init(datasetArn: String? = nil, datasetName: String? = nil, retentionPeriod: RetentionPeriod? = nil)