Class: Aws::Route53::Types::DisableHostedZoneDNSSECResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::DisableHostedZoneDNSSECResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_info ⇒ Types::ChangeInfo
A complex type that describes change information about changes made to your hosted zone.
Instance Attribute Details
#change_info ⇒ Types::ChangeInfo
A complex type that describes change information about changes made to your hosted zone.
2246 2247 2248 2249 2250 |
# File 'lib/aws-sdk-route53/types.rb', line 2246 class DisableHostedZoneDNSSECResponse < Struct.new( :change_info) SENSITIVE = [] include Aws::Structure end |