Table of Contents

Interface IServiceMetadata

Namespace
Amazon.Runtime.Internal
Assembly
AWSSDK.Core.dll
public interface IServiceMetadata

Properties

OperationNameMapping

Gets the dictionary that gives mapping of renamed operations

IDictionary<string, string> OperationNameMapping { get; }

Property Value

IDictionary<string, string>

ServiceId

Gets the value of the Service Id.

string ServiceId { get; }

Property Value

string