Class: Aws::Types::AwsS3BucketWebsiteConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_document::String

Returns the value of attribute error_document.

Returns:

  • (::String)


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.

Returns:

  • (::String)


4107
4108
4109
# File 'sig/types.rbs', line 4107

def index_document_suffix
  @index_document_suffix
end

#redirect_all_requests_toTypes::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