C# Class Amazon.IdentityManagement.AssignmentStatusType

Constants used for properties of type AssignmentStatusType.
Inheritance: ConstantClass
Show file Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
Any AssignmentStatusType
Assigned AssignmentStatusType
Unassigned AssignmentStatusType

Public Methods

Method Description
AssignmentStatusType ( string value ) : System

Default Constructor

FindValue ( string value ) : AssignmentStatusType

Finds the constant for the unique value.

Method Details

AssignmentStatusType() public method

Default Constructor
public AssignmentStatusType ( string value ) : System
value string
return System

FindValue() public static method

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

Property Details

Any public static property

Constant Any for AssignmentStatusType
public static AssignmentStatusType,Amazon.IdentityManagement Any
return AssignmentStatusType

Assigned public static property

Constant Assigned for AssignmentStatusType
public static AssignmentStatusType,Amazon.IdentityManagement Assigned
return AssignmentStatusType

Unassigned public static property

Constant Unassigned for AssignmentStatusType
public static AssignmentStatusType,Amazon.IdentityManagement Unassigned
return AssignmentStatusType