Class: Aws::Route53::Types::EnableHostedZoneDNSSECResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::EnableHostedZoneDNSSECResponse
- 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.
2314 2315 2316 2317 2318 |
# File 'lib/aws-sdk-route53/types.rb', line 2314 class EnableHostedZoneDNSSECResponse < Struct.new( :change_info) SENSITIVE = [] include Aws::Structure end |