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:



5084
5085
5086
5087
5088
5089
# File 'lib/aws-sdk-lightsail/types.rb', line 5084

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)


5084
5085
5086
5087
5088
5089
# File 'lib/aws-sdk-lightsail/types.rb', line 5084

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