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