Class: Aws::Route53Domains::Types::DeleteDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::DeleteDomainRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
Name of the domain to be deleted.
Instance Attribute Details
#domain_name ⇒ String
Name of the domain to be deleted.
484 485 486 487 488 |
# File 'lib/aws-sdk-route53domains/types.rb', line 484 class DeleteDomainRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |