Class: Aws::Route53::Types::HostedZoneFeatures

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#accelerated_recovery_statusString

The current status of accelerated recovery for the hosted zone.

Returns:

  • (String)


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_reasonsTypes::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