C# Class Amazon.IdentityManagement.AssignmentStatusType

Constants used for properties of type AssignmentStatusType.
Inheritance: ConstantClass
ファイルを表示 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_oe static_oe property

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

Assigned public_oe static_oe property

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

Unassigned public_oe static_oe property

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