AssetEntry

public struct AssetEntry : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN for the asset.

    Declaration

    Swift

    public let arn: String
  • Information about the asset, including its size.

    Declaration

    Swift

    public let assetDetails: AssetDetails
  • 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 asset was created, in ISO 8601 format.

    Declaration

    Swift

    public let createdAt: TimeStamp
  • The unique identifier for the data set associated with this asset.

    Declaration

    Swift

    public let dataSetId: String
  • id

    The unique identifier for the asset.

    Declaration

    Swift

    public let id: String
  • The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.

    Declaration

    Swift

    public let name: String
  • The unique identifier for the revision associated with this asset.

    Declaration

    Swift

    public let revisionId: String
  • The asset ID of the owned asset corresponding to the entitled asset being viewed. This parameter is returned when an asset owner is viewing the entitled copy of its owned asset.

    Declaration

    Swift

    public let sourceId: String?
  • The date and time that the asset was last updated, in ISO 8601 format.

    Declaration

    Swift

    public let updatedAt: TimeStamp
  • Undocumented

    Declaration

    Swift

    public init(arn: String, assetDetails: AssetDetails, assetType: AssetType, createdAt: TimeStamp, dataSetId: String, id: String, name: String, revisionId: String, sourceId: String? = nil, updatedAt: TimeStamp)