Class: Aws::Lightsail::Types::DeleteDomainEntryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DeleteDomainEntryRequest
- 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 your domain entries.
-
#domain_name ⇒ String
The name of the domain entry to delete.
Instance Attribute Details
#domain_entry ⇒ Types::DomainEntry
An array of key-value pairs containing information about your domain entries.
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_name ⇒ String
The name of the domain entry to delete.
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 |