LifecycleRule defines a lifecylce rule

Namespace: Amazon.S3.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class LifecycleRule
Public Class LifecycleRule
public ref class LifecycleRule

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
LifecycleRule()()()()
Initializes a new instance of the LifecycleRule class
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Expiration
Gets and sets the expiration property of the rule
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Id
Gets and sets the ID property of the rule
Prefix
Gets and sets the prefix property of the rule
Status
Gets and sets the status property of the rule
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Amazon.S3.Model..::..LifecycleRule

See Also