Class GetLifecycleConfigurationResponse
Returns information about the GetLifecycleConfiguration response and response metadata.
public class GetLifecycleConfigurationResponse : AmazonWebServiceResponse
- Inheritance
-
GetLifecycleConfigurationResponse
Constructors
GetLifecycleConfigurationResponse()
public GetLifecycleConfigurationResponse()
Properties
Configuration
Gets and Sets the property that governs whether the response includes successful deletes as well as errors following the DeleteObjects call against S3.
By default this property is false and successful deletes are returned in the response.
public LifecycleConfiguration Configuration { get; set; }