DatasetSchema
public struct DatasetSchema : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date and time (in Unix time) that the schema was created.
Declaration
Swift
public let creationDateTime: TimeStamp? -
The date and time (in Unix time) that the schema was last updated.
Declaration
Swift
public let lastUpdatedDateTime: TimeStamp? -
The name of the schema.
Declaration
Swift
public let name: String? -
The schema.
Declaration
Swift
public let schema: String? -
The Amazon Resource Name (ARN) of the schema.
Declaration
Swift
public let schemaArn: String?
View on GitHub
DatasetSchema Structure Reference