Class: Aws::Route53::Types::UpdateHostedZoneFeaturesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_accelerated_recoveryBoolean

Specifies whether to enable accelerated recovery for the hosted zone. Set to ‘true` to enable accelerated recovery, or `false` to disable it.

Returns:

  • (Boolean)


8047
8048
8049
8050
8051
8052
# File 'lib/aws-sdk-route53/types.rb', line 8047

class UpdateHostedZoneFeaturesRequest < Struct.new(
  :hosted_zone_id,
  :enable_accelerated_recovery)
  SENSITIVE = []
  include Aws::Structure
end

#hosted_zone_idString

The ID of the hosted zone for which you want to update features. This is the unique identifier for your hosted zone.

Returns:

  • (String)


8047
8048
8049
8050
8051
8052
# File 'lib/aws-sdk-route53/types.rb', line 8047

class UpdateHostedZoneFeaturesRequest < Struct.new(
  :hosted_zone_id,
  :enable_accelerated_recovery)
  SENSITIVE = []
  include Aws::Structure
end