Table of Contents

Class AmazonS3Metadata

Namespace
Amazon.S3.Internal
Assembly
AWSSDK.S3.dll

Service metadata for Amazon S3 service

public class AmazonS3Metadata : IServiceMetadata
Inheritance
AmazonS3Metadata
Implements
IServiceMetadata
Inherited Members

Constructors

AmazonS3Metadata()

public AmazonS3Metadata()

Properties

OperationNameMapping

Gets the dictionary that gives mapping of renamed operations

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

Property Value

IDictionary<string, string>

ServiceId

Gets the value of the Service Id.

public string ServiceId { get; }

Property Value

string