Class: Aws::Route53::Types::HostedZoneFeatures
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::HostedZoneFeatures
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
Represents the features configuration for a hosted zone, including the status of various features and any associated failure reasons.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accelerated_recovery_status ⇒ String
The current status of accelerated recovery for the hosted zone.
-
#failure_reasons ⇒ Types::HostedZoneFailureReasons
Information about any failures that occurred when attempting to enable or configure features for the hosted zone.
Instance Attribute Details
#accelerated_recovery_status ⇒ String
The current status of accelerated recovery for the hosted zone.
3873 3874 3875 3876 3877 3878 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3873 class HostedZoneFeatures < Struct.new( :accelerated_recovery_status, :failure_reasons) SENSITIVE = [] include Aws::Structure end |
#failure_reasons ⇒ Types::HostedZoneFailureReasons
Information about any failures that occurred when attempting to enable or configure features for the hosted zone.
3873 3874 3875 3876 3877 3878 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3873 class HostedZoneFeatures < Struct.new( :accelerated_recovery_status, :failure_reasons) SENSITIVE = [] include Aws::Structure end |