C# Class Amazon.Glacier.ActionCode

Action Code
Inheritance: ConstantClass
Show file Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
ArchiveRetrieval ActionCode
InventoryRetrieval ActionCode

Public Methods

Method Description
ActionCode ( string value ) : System

Default Constructor

FindValue ( string value ) : ActionCode

Finds the constant for the unique value.

Method Details

ActionCode() public method

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

FindValue() public static method

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

Property Details

ArchiveRetrieval public static property

Constant ArchiveRetrieval for ActionCode
public static ActionCode,Amazon.Glacier ArchiveRetrieval
return ActionCode

InventoryRetrieval public static property

Constant InventoryRetrieval for ActionCode
public static ActionCode,Amazon.Glacier InventoryRetrieval
return ActionCode