C# 클래스 Amazon.DynamoDBv2.AttributeAction

Attribute Action
상속: ConstantClass
파일 보기 프로젝트 열기: scopely/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
ADD AttributeAction
DELETE AttributeAction
PUT AttributeAction

공개 메소드들

메소드 설명
AttributeAction ( string value ) : System

Default Constructor

FindValue ( string value ) : AttributeAction

Finds the constant for the unique value.

메소드 상세

AttributeAction() 공개 메소드

Default Constructor
public AttributeAction ( string value ) : System
value string
리턴 System

FindValue() 공개 정적인 메소드

Finds the constant for the unique value.
public static FindValue ( string value ) : AttributeAction
value string The unique value for the constant
리턴 AttributeAction

프로퍼티 상세

ADD 공개적으로 정적으로 프로퍼티

Constant ADD for AttributeAction
public static AttributeAction,Amazon.DynamoDBv2 ADD
리턴 AttributeAction

DELETE 공개적으로 정적으로 프로퍼티

Constant DELETE for AttributeAction
public static AttributeAction,Amazon.DynamoDBv2 DELETE
리턴 AttributeAction

PUT 공개적으로 정적으로 프로퍼티

Constant PUT for AttributeAction
public static AttributeAction,Amazon.DynamoDBv2 PUT
리턴 AttributeAction