C# Class Amazon.IdentityManagement.AssignmentStatusType

Constants used for properties of type AssignmentStatusType.
Inheritance: ConstantClass
Afficher le fichier Open project: scopely/aws-sdk-net

Méthodes publiques

Свойство Type Description
Any AssignmentStatusType
Assigned AssignmentStatusType
Unassigned AssignmentStatusType

Méthodes publiques

Méthode Description
AssignmentStatusType ( string value ) : System

Default Constructor

FindValue ( string value ) : AssignmentStatusType

Finds the constant for the unique value.

Method Details

AssignmentStatusType() public méthode

Default Constructor
public AssignmentStatusType ( 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 ) : AssignmentStatusType
value string The unique value for the constant
Résultat AssignmentStatusType

Property Details

Any public_oe static_oe property

Constant Any for AssignmentStatusType
public static AssignmentStatusType,Amazon.IdentityManagement Any
Résultat AssignmentStatusType

Assigned public_oe static_oe property

Constant Assigned for AssignmentStatusType
public static AssignmentStatusType,Amazon.IdentityManagement Assigned
Résultat AssignmentStatusType

Unassigned public_oe static_oe property

Constant Unassigned for AssignmentStatusType
public static AssignmentStatusType,Amazon.IdentityManagement Unassigned
Résultat AssignmentStatusType