Class: Aws::SecurityHub::Types::AwsS3BucketWebsiteConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsS3BucketWebsiteConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Website parameters for the S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_document ⇒ String
The name of the error document for the website.
-
#index_document_suffix ⇒ String
The name of the index document for the website.
-
#redirect_all_requests_to ⇒ Types::AwsS3BucketWebsiteConfigurationRedirectTo
The redirect behavior for requests to the website.
-
#routing_rules ⇒ Array<Types::AwsS3BucketWebsiteConfigurationRoutingRule>
The rules for applying redirects for requests to the website.
Instance Attribute Details
#error_document ⇒ String
The name of the error document for the website.
19144 19145 19146 19147 19148 19149 19150 19151 |
# File 'lib/aws-sdk-securityhub/types.rb', line 19144 class AwsS3BucketWebsiteConfiguration < Struct.new( :error_document, :index_document_suffix, :redirect_all_requests_to, :routing_rules) SENSITIVE = [] include Aws::Structure end |
#index_document_suffix ⇒ String
The name of the index document for the website.
19144 19145 19146 19147 19148 19149 19150 19151 |
# File 'lib/aws-sdk-securityhub/types.rb', line 19144 class AwsS3BucketWebsiteConfiguration < Struct.new( :error_document, :index_document_suffix, :redirect_all_requests_to, :routing_rules) SENSITIVE = [] include Aws::Structure end |
#redirect_all_requests_to ⇒ Types::AwsS3BucketWebsiteConfigurationRedirectTo
The redirect behavior for requests to the website.
19144 19145 19146 19147 19148 19149 19150 19151 |
# File 'lib/aws-sdk-securityhub/types.rb', line 19144 class AwsS3BucketWebsiteConfiguration < Struct.new( :error_document, :index_document_suffix, :redirect_all_requests_to, :routing_rules) SENSITIVE = [] include Aws::Structure end |
#routing_rules ⇒ Array<Types::AwsS3BucketWebsiteConfigurationRoutingRule>
The rules for applying redirects for requests to the website.
19144 19145 19146 19147 19148 19149 19150 19151 |
# File 'lib/aws-sdk-securityhub/types.rb', line 19144 class AwsS3BucketWebsiteConfiguration < Struct.new( :error_document, :index_document_suffix, :redirect_all_requests_to, :routing_rules) SENSITIVE = [] include Aws::Structure end |