C# Class Amazon.DynamoDBv2.AttributeAction

Attribute Action
Inheritance: ConstantClass
Afficher le fichier Open project: scopely/aws-sdk-net

Méthodes publiques

Свойство Type Description
ADD AttributeAction
DELETE AttributeAction
PUT AttributeAction

Méthodes publiques

Méthode Description
AttributeAction ( string value ) : System

Default Constructor

FindValue ( string value ) : AttributeAction

Finds the constant for the unique value.

Method Details

AttributeAction() public méthode

Default Constructor
public AttributeAction ( string value ) : System
value string
Résultat System

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : AttributeAction
value string The unique value for the constant
Résultat AttributeAction

Property Details

ADD public_oe static_oe property

Constant ADD for AttributeAction
public static AttributeAction,Amazon.DynamoDBv2 ADD
Résultat AttributeAction

DELETE public_oe static_oe property

Constant DELETE for AttributeAction
public static AttributeAction,Amazon.DynamoDBv2 DELETE
Résultat AttributeAction

PUT public_oe static_oe property

Constant PUT for AttributeAction
public static AttributeAction,Amazon.DynamoDBv2 PUT
Résultat AttributeAction