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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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)


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

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