Class: Aws::Types::GetBucketWebsiteOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetBucketWebsiteOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_document ⇒ Types::ErrorDocument
Returns the value of attribute error_document.
-
#index_document ⇒ Types::IndexDocument
Returns the value of attribute index_document.
-
#redirect_all_requests_to ⇒ Types::RedirectAllRequestsTo
Returns the value of attribute redirect_all_requests_to.
-
#routing_rules ⇒ ::Array[Types::RoutingRule]
Returns the value of attribute routing_rules.
Instance Attribute Details
#error_document ⇒ Types::ErrorDocument
Returns the value of attribute error_document.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def error_document @error_document end |
#index_document ⇒ Types::IndexDocument
Returns the value of attribute index_document.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def index_document @index_document end |
#redirect_all_requests_to ⇒ Types::RedirectAllRequestsTo
Returns the value of attribute redirect_all_requests_to.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def redirect_all_requests_to @redirect_all_requests_to end |
#routing_rules ⇒ ::Array[Types::RoutingRule]
Returns the value of attribute routing_rules.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def routing_rules @routing_rules end |