Class: Aws::Types::AwsS3BucketWebsiteConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AwsS3BucketWebsiteConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_document ⇒ ::String
Returns the value of attribute error_document.
-
#index_document_suffix ⇒ ::String
Returns the value of attribute index_document_suffix.
-
#redirect_all_requests_to ⇒ Types::AwsS3BucketWebsiteConfigurationRedirectTo
Returns the value of attribute redirect_all_requests_to.
-
#routing_rules ⇒ ::Array[Types::AwsS3BucketWebsiteConfigurationRoutingRule]
Returns the value of attribute routing_rules.
Instance Attribute Details
#error_document ⇒ ::String
Returns the value of attribute error_document.
4106 4107 4108 |
# File 'sig/types.rbs', line 4106 def error_document @error_document end |
#index_document_suffix ⇒ ::String
Returns the value of attribute index_document_suffix.
4107 4108 4109 |
# File 'sig/types.rbs', line 4107 def index_document_suffix @index_document_suffix end |
#redirect_all_requests_to ⇒ Types::AwsS3BucketWebsiteConfigurationRedirectTo
Returns the value of attribute redirect_all_requests_to.
4108 4109 4110 |
# File 'sig/types.rbs', line 4108 def redirect_all_requests_to @redirect_all_requests_to end |
#routing_rules ⇒ ::Array[Types::AwsS3BucketWebsiteConfigurationRoutingRule]
Returns the value of attribute routing_rules.
4109 4110 4111 |
# File 'sig/types.rbs', line 4109 def routing_rules @routing_rules end |