Class: Aws::SecurityHub::Types::AwsS3BucketWebsiteConfigurationRedirectTo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsS3BucketWebsiteConfigurationRedirectTo
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The redirect behavior for requests to the website.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hostname ⇒ String
The name of the host to redirect requests to.
-
#protocol ⇒ String
The protocol to use when redirecting requests.
Instance Attribute Details
#hostname ⇒ String
The name of the host to redirect requests to.
18552 18553 18554 18555 18556 18557 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18552 class AwsS3BucketWebsiteConfigurationRedirectTo < Struct.new( :hostname, :protocol) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol to use when redirecting requests. By default, this field uses the same protocol as the original request. Valid values are ‘http` or `https`.
18552 18553 18554 18555 18556 18557 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18552 class AwsS3BucketWebsiteConfigurationRedirectTo < Struct.new( :hostname, :protocol) SENSITIVE = [] include Aws::Structure end |