C# Class Amazon.IdentityManagement.StatusType

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

Public Properties

Property Type Description
Active StatusType
Inactive StatusType

Public Methods

Method Description
FindValue ( string value ) : StatusType

Finds the constant for the unique value.

StatusType ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

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

StatusType() public method

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

Property Details

Active public static property

Constant Active for StatusType
public static StatusType,Amazon.IdentityManagement Active
return StatusType

Inactive public static property

Constant Inactive for StatusType
public static StatusType,Amazon.IdentityManagement Inactive
return StatusType