Table of Contents

Class AWSPropertyAttribute

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

Constructors

AWSPropertyAttribute()

public AWSPropertyAttribute()

Properties

IsMaxSet

public bool IsMaxSet { get; }

Property Value

bool

IsMinSet

public bool IsMinSet { get; }

Property Value

bool

Max

public long Max { get; set; }

Property Value

long

Min

public long Min { get; set; }

Property Value

long

Required

public bool Required { get; set; }

Property Value

bool

Sensitive

public bool Sensitive { get; set; }

Property Value

bool