C# 클래스 Amazon.IdentityManagement.AssignmentStatusType

Constants used for properties of type AssignmentStatusType.
상속: ConstantClass
파일 보기 프로젝트 열기: scopely/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
Any AssignmentStatusType
Assigned AssignmentStatusType
Unassigned AssignmentStatusType

공개 메소드들

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

Default Constructor

FindValue ( string value ) : AssignmentStatusType

Finds the constant for the unique value.

메소드 상세

AssignmentStatusType() 공개 메소드

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

FindValue() 공개 정적인 메소드

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

프로퍼티 상세

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

Constant Any for AssignmentStatusType
public static AssignmentStatusType,Amazon.IdentityManagement Any
리턴 AssignmentStatusType

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

Constant Assigned for AssignmentStatusType
public static AssignmentStatusType,Amazon.IdentityManagement Assigned
리턴 AssignmentStatusType

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

Constant Unassigned for AssignmentStatusType
public static AssignmentStatusType,Amazon.IdentityManagement Unassigned
리턴 AssignmentStatusType