Class: Aws::Route53::Types::EnableHostedZoneDNSSECResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::EnableHostedZoneDNSSECResponse
- Defined in:
- gems/aws-sdk-route53/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.
2721 2722 2723 2724 2725 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2721 class EnableHostedZoneDNSSECResponse < Struct.new( :change_info) SENSITIVE = [] include Aws::Structure end |