Class GetPreSignedUrlResponse
The parameters for a pre-signed URL to a bucket or object as a string.
public class GetPreSignedUrlResponse : AmazonWebServiceResponse
- Inheritance
-
GetPreSignedUrlResponse
Remarks
For more information, refer to: http://docs.amazonwebservices.com/AmazonS3/latest/dev/S3_QSAuth.html.
Constructors
GetPreSignedUrlResponse(string)
Constructor
public GetPreSignedUrlResponse(string url)
Parameters
url
stringA url returned from GetPreSignedUrlRequest
Properties
Url
The PreSignedURL as a string
public string Url { get; }