Class: Aws::Route53Domains::Types::DeleteDomainRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

Name of the domain to be deleted.

Returns:

  • (String)


484
485
486
487
488
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 484

class DeleteDomainRequest < Struct.new(
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end