Class: Aws::Lightsail::Types::DeleteDomainEntryRequest

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_entryTypes::DomainEntry

An array of key-value pairs containing information about your domain entries.

Returns:



5067
5068
5069
5070
5071
5072
# File 'lib/aws-sdk-lightsail/types.rb', line 5067

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

#domain_nameString

The name of the domain entry to delete.

Returns:

  • (String)


5067
5068
5069
5070
5071
5072
# File 'lib/aws-sdk-lightsail/types.rb', line 5067

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