Class: Aws::Lightsail::Types::DeleteDomainRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Note:

When making an API call, you may pass DeleteDomainRequest data as a hash:

{
  domain_name: "DomainName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The specific domain name to delete.

Returns:

  • (String)


1876
1877
1878
1879
# File 'lib/aws-sdk-lightsail/types.rb', line 1876

class DeleteDomainRequest < Struct.new(
  :domain_name)
  include Aws::Structure
end