Class: Aws::Route53::Types::DeleteHostedZoneRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::DeleteHostedZoneRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
A request to delete a hosted zone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the hosted zone you want to delete.
Instance Attribute Details
#id ⇒ String
The ID of the hosted zone you want to delete.
2034 2035 2036 2037 2038 |
# File 'lib/aws-sdk-route53/types.rb', line 2034 class DeleteHostedZoneRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |