Class: Aws::Lightsail::Types::UpdateDomainEntryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::UpdateDomainEntryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_entry ⇒ Types::DomainEntry
An array of key-value pairs containing information about the domain entry.
-
#domain_name ⇒ String
The name of the domain recordset to update.
Instance Attribute Details
#domain_entry ⇒ Types::DomainEntry
An array of key-value pairs containing information about the domain entry.
14738 14739 14740 14741 14742 14743 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14738 class UpdateDomainEntryRequest < Struct.new( :domain_name, :domain_entry) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the domain recordset to update.
14738 14739 14740 14741 14742 14743 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14738 class UpdateDomainEntryRequest < Struct.new( :domain_name, :domain_entry) SENSITIVE = [] include Aws::Structure end |