Table of Contents

Class GetBucketWebsiteResponse

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

Returns information about the GetBucketWebsite response and response metadata.

public class GetBucketWebsiteResponse : AmazonWebServiceResponse
Inheritance
GetBucketWebsiteResponse

Constructors

GetBucketWebsiteResponse()

public GetBucketWebsiteResponse()

Properties

WebsiteConfiguration

Gets and sets the WebsiteConfiguration property.

This is where the index document suffix and custom error page are defined.

public WebsiteConfiguration WebsiteConfiguration { get; set; }

Property Value

WebsiteConfiguration