Class: Aws::Types::GetBucketWebsiteOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#error_documentTypes::ErrorDocument

Returns the value of attribute error_document.

Returns:



1086
1087
1088
# File 'sig/types.rbs', line 1086

def error_document
  @error_document
end

#index_documentTypes::IndexDocument

Returns the value of attribute index_document.

Returns:



1085
1086
1087
# File 'sig/types.rbs', line 1085

def index_document
  @index_document
end

#redirect_all_requests_toTypes::RedirectAllRequestsTo

Returns the value of attribute redirect_all_requests_to.

Returns:



1084
1085
1086
# File 'sig/types.rbs', line 1084

def redirect_all_requests_to
  @redirect_all_requests_to
end

#routing_rules::Array[Types::RoutingRule]

Returns the value of attribute routing_rules.

Returns:



1087
1088
1089
# File 'sig/types.rbs', line 1087

def routing_rules
  @routing_rules
end