AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A presigned URL for downloading an attachment, along with the date and time the URL expires. Returned by GetAttachmentDownloadLink.

Inheritance Hierarchy

System.Object
  Amazon.AWSSupport.Model.DownloadUrl

Namespace: Amazon.AWSSupport.Model
Assembly: AWSSDK.AWSSupport.dll
Version: 3.x.y.z

Syntax

C#
public class DownloadUrl

The DownloadUrl type exposes the following members

Constructors

NameDescription
Public Method DownloadUrl()

Properties

NameTypeDescription
Public Property ExpiryDate System.String

Gets and sets the property ExpiryDate.

The date and time, in ISO-8601 format, when the presigned URL expires. Download the attachment before this time.

Public Property Url System.String

Gets and sets the property Url.

The presigned HTTPS URL that you can use to download the attachment. Download URLs are served from downloadv1.attachments.support.{region}.amazonaws.com. The downloadv1 prefix is subject to change.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer