You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::S3::Types::GetBucketWebsiteOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#error_documentTypes::ErrorDocument

The object key name of the website error document to use for 4XX class errors.

Returns:

  • (Types::ErrorDocument)

    The object key name of the website error document to use for 4XX class errors.

#index_documentTypes::IndexDocument

The name of the index document for the website (for example index.html).

Returns:

  • (Types::IndexDocument)

    The name of the index document for the website (for example index.html).

#redirect_all_requests_toTypes::RedirectAllRequestsTo

Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.

Returns:

#routing_rulesArray<Types::RoutingRule>

Rules that define when a redirect is applied and the redirect behavior.

Returns:

  • (Array<Types::RoutingRule>)

    Rules that define when a redirect is applied and the redirect behavior.