DataSetSummary
public struct DataSetSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the dataset.
Declaration
Swift
public let arn: String?
-
The time that this dataset was created.
Declaration
Swift
public let createdTime: TimeStamp?
-
The ID of the dataset.
Declaration
Swift
public let dataSetId: String?
-
Indicates whether you want to import the data into SPICE.
Declaration
Swift
public let importMode: DataSetImportMode?
-
The last time that this dataset was updated.
Declaration
Swift
public let lastUpdatedTime: TimeStamp?
-
A display name for the dataset.
Declaration
Swift
public let name: String?
-
The row-level security configuration for the dataset.
Declaration
Swift
public let rowLevelPermissionDataSet: RowLevelPermissionDataSet?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdTime: TimeStamp? = nil, dataSetId: String? = nil, importMode: DataSetImportMode? = nil, lastUpdatedTime: TimeStamp? = nil, name: String? = nil, rowLevelPermissionDataSet: RowLevelPermissionDataSet? = nil)