Class: Aws::SecurityHub::Types::AwsS3BucketWebsiteConfigurationRedirectTo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

The redirect behavior for requests to the website.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hostnameString

The name of the host to redirect requests to.

Returns:

  • (String)


19164
19165
19166
19167
19168
19169
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19164

class AwsS3BucketWebsiteConfigurationRedirectTo < Struct.new(
  :hostname,
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

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.

Returns:

  • (String)


19164
19165
19166
19167
19168
19169
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19164

class AwsS3BucketWebsiteConfigurationRedirectTo < Struct.new(
  :hostname,
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end