Class: Aws::Route53::Types::DisableHostedZoneDNSSECRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::DisableHostedZoneDNSSECRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hosted_zone_id ⇒ String
A unique string used to identify a hosted zone.
Instance Attribute Details
#hosted_zone_id ⇒ String
A unique string used to identify a hosted zone.
2235 2236 2237 2238 2239 |
# File 'lib/aws-sdk-route53/types.rb', line 2235 class DisableHostedZoneDNSSECRequest < Struct.new( :hosted_zone_id) SENSITIVE = [] include Aws::Structure end |