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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The specific domain name to delete.

Returns:

  • (String)


5111
5112
5113
5114
5115
# File 'lib/aws-sdk-lightsail/types.rb', line 5111

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