Table of Contents

Class ResponseMetadata

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll

Information about the request.

public class ResponseMetadata
Inheritance
ResponseMetadata
Inherited Members

Constructors

ResponseMetadata()

public ResponseMetadata()

Properties

Metadata

public IDictionary<string, string> Metadata { get; }

Property Value

IDictionary<string, string>

RequestId

Gets and sets the RequestId property. ID that uniquely identifies a request. Amazon keeps track of request IDs. If you have a question about a request, include the request ID in your correspondence.

public string RequestId { get; set; }

Property Value

string