Class: Aws::Route53::Types::DisableHostedZoneDNSSECResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/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:



2248
2249
2250
2251
2252
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2248

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