Table of Contents

Class GetLifecycleConfigurationResponse

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

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; }

Property Value

LifecycleConfiguration