C# Class Amazon.EC2.AttachmentStatus

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

Public Properties

Property Type Description
Attached AttachmentStatus
Attaching AttachmentStatus
Detached AttachmentStatus
Detaching AttachmentStatus

Public Methods

Method Description
AttachmentStatus ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

FindValue ( string value ) : AttachmentStatus

Finds the constant for the unique value.

Method Details

AttachmentStatus() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public AttachmentStatus ( string value ) : System
value string
return System

FindValue() public static method

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

Property Details

Attached public static property

Constant Attached for AttachmentStatus
public static AttachmentStatus,Amazon.EC2 Attached
return AttachmentStatus

Attaching public static property

Constant Attaching for AttachmentStatus
public static AttachmentStatus,Amazon.EC2 Attaching
return AttachmentStatus

Detached public static property

Constant Detached for AttachmentStatus
public static AttachmentStatus,Amazon.EC2 Detached
return AttachmentStatus

Detaching public static property

Constant Detaching for AttachmentStatus
public static AttachmentStatus,Amazon.EC2 Detaching
return AttachmentStatus