You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::S3::Types::IndexDocument
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::IndexDocument
- Defined in:
- (unknown)
Overview
When passing IndexDocument as input to an Aws::Client method, you can use a vanilla Hash:
{
suffix: "Suffix", # required
}
Container for the Suffix
element.
Returned by:
Instance Attribute Summary collapse
-
#suffix ⇒ String
A suffix that is appended to a request that is for a directory on the website endpoint (for example,if the suffix is index.html and you make a request to samplebucket/images/ the data that is returned will be for the object with the key name images/index.html) The suffix must not be empty and must not include a slash character.
Instance Attribute Details
#suffix ⇒ String
A suffix that is appended to a request that is for a directory on the website endpoint (for example,if the suffix is index.html and you make a request to samplebucket/images/ the data that is returned will be for the object with the key name images/index.html) The suffix must not be empty and must not include a slash character.