Class: Aws::Route53::Types::GetDNSSECRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::GetDNSSECRequest
- 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.
2620 2621 2622 2623 2624 |
# File 'lib/aws-sdk-route53/types.rb', line 2620 class GetDNSSECRequest < Struct.new( :hosted_zone_id) SENSITIVE = [] include Aws::Structure end |