DataSetEntry
public struct DataSetEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN for the data set.
Declaration
Swift
public let arn: String
-
The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.
Declaration
Swift
public let assetType: AssetType
-
The date and time that the data set was created, in ISO 8601 format.
Declaration
Swift
public let createdAt: TimeStamp
-
The description for the data set.
Declaration
Swift
public let description: String
-
The unique identifier for the data set.
Declaration
Swift
public let id: String
-
The name of the data set.
Declaration
Swift
public let name: String
-
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
Declaration
Swift
public let origin: Origin
-
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
Declaration
Swift
public let originDetails: OriginDetails?
-
The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.
Declaration
Swift
public let sourceId: String?
-
The date and time that the data set was last updated, in ISO 8601 format.
Declaration
Swift
public let updatedAt: TimeStamp
-
Undocumented
Declaration
Swift
public init(arn: String, assetType: AssetType, createdAt: TimeStamp, description: String, id: String, name: String, origin: Origin, originDetails: OriginDetails? = nil, sourceId: String? = nil, updatedAt: TimeStamp)