DataSet
public struct DataSet : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the resource.
Declaration
Swift
public let arn: String? -
Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.
Declaration
Swift
public let columnGroups: [ColumnGroup]? -
The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn’t imported into SPICE.
Declaration
Swift
public let consumedSpiceCapacityInBytes: Int64? -
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? -
Configures the combination and transformation of the data from the physical tables.
Declaration
Swift
public let logicalTableMap: [String : LogicalTable]? -
A display name for the dataset.
Declaration
Swift
public let name: String? -
The list of columns after all transforms. These columns are available in templates, analyses, and dashboards.
Declaration
Swift
public let outputColumns: [OutputColumn]? -
Declares the physical tables that are available in the underlying data sources.
Declaration
Swift
public let physicalTableMap: [String : PhysicalTable]? -
The row-level security configuration for the dataset.
Declaration
Swift
public let rowLevelPermissionDataSet: RowLevelPermissionDataSet? -
init(arn:columnGroups:consumedSpiceCapacityInBytes:createdTime:dataSetId:importMode:lastUpdatedTime:logicalTableMap:name:outputColumns:physicalTableMap:rowLevelPermissionDataSet:)Undocumented
Declaration
Swift
public init(arn: String? = nil, columnGroups: [ColumnGroup]? = nil, consumedSpiceCapacityInBytes: Int64? = nil, createdTime: TimeStamp? = nil, dataSetId: String? = nil, importMode: DataSetImportMode? = nil, lastUpdatedTime: TimeStamp? = nil, logicalTableMap: [String : LogicalTable]? = nil, name: String? = nil, outputColumns: [OutputColumn]? = nil, physicalTableMap: [String : PhysicalTable]? = nil, rowLevelPermissionDataSet: RowLevelPermissionDataSet? = nil)
View on GitHub
DataSet Structure Reference