Class: Aws::S3::Types::RedirectAllRequestsTo
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::RedirectAllRequestsTo
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#host_name ⇒ String
Name of the host where requests are redirected.
-
#protocol ⇒ String
Protocol to use when redirecting requests.
Instance Attribute Details
#host_name ⇒ String
Name of the host where requests are redirected.
15593 15594 15595 15596 15597 15598 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 15593 class RedirectAllRequestsTo < Struct.new( :host_name, :protocol) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
Protocol to use when redirecting requests. The default is the protocol that is used in the original request.
15593 15594 15595 15596 15597 15598 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 15593 class RedirectAllRequestsTo < Struct.new( :host_name, :protocol) SENSITIVE = [] include Aws::Structure end |