Table of Contents

Class AWSSignerTypeAttribute

Namespace
Amazon.Runtime.Internal
Assembly
AWSSDK.Core.dll
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class AWSSignerTypeAttribute : Attribute
Inheritance
AWSSignerTypeAttribute
Inherited Members

Constructors

AWSSignerTypeAttribute(string)

public AWSSignerTypeAttribute(string signerType)

Parameters

signerType string

Properties

SignerType

public string SignerType { get; }

Property Value

string