Class: Aws::Lightsail::Types::UpdateDomainEntryRequest

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 the domain entry.

Returns:



14706
14707
14708
14709
14710
14711
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14706

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

#domain_nameString

The name of the domain recordset to update.

Returns:

  • (String)


14706
14707
14708
14709
14710
14711
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14706

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