AssetDestinationEntry

public struct AssetDestinationEntry : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier for the asset.

    Declaration

    Swift

    public let assetId: String
  • The S3 bucket that is the destination for the asset.

    Declaration

    Swift

    public let bucket: String
  • key

    The name of the object in Amazon S3 for the asset.

    Declaration

    Swift

    public let key: String?
  • Undocumented

    Declaration

    Swift

    public init(assetId: String, bucket: String, key: String? = nil)