Class: Aws::Route53::Types::EnableHostedZoneDNSSECResponse

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

#change_infoTypes::ChangeInfo

A complex type that describes change information about changes made to your hosted zone.

Returns:



2316
2317
2318
2319
2320
# File 'lib/aws-sdk-route53/types.rb', line 2316

class EnableHostedZoneDNSSECResponse < Struct.new(
  :change_info)
  SENSITIVE = []
  include Aws::Structure
end