Class AWSSignerTypeAttribute
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class AWSSignerTypeAttribute : Attribute
  - Inheritance
 - 
      
      
      AWSSignerTypeAttribute
 
- Inherited Members
 
Constructors
AWSSignerTypeAttribute(string)
public AWSSignerTypeAttribute(string signerType)
  Parameters
signerTypestring
Properties
SignerType
public string SignerType { get; }