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

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

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

Returns:



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

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)


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

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