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.
2233 2234 2235 2236 2237 |
# File 'lib/aws-sdk-route53/types.rb', line 2233 class DisableHostedZoneDNSSECRequest < Struct.new( :hosted_zone_id) SENSITIVE = [] include Aws::Structure end |