Table of Contents

Class GetBucketReplicationResponse

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

Returns information about the GetReplicationConfiguration response and response metadata.

public class GetBucketReplicationResponse : AmazonWebServiceResponse
Inheritance
GetBucketReplicationResponse

Constructors

GetBucketReplicationResponse()

public GetBucketReplicationResponse()

Properties

Configuration

The replication configuration for the buccket specified in the request.

public ReplicationConfiguration Configuration { get; set; }

Property Value

ReplicationConfiguration