Class: Aws::Lightsail::Types::CreateDomainEntryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::CreateDomainEntryRequest
- 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 request.
-
#domain_name ⇒ String
The domain name (‘example.com`) for which you want to create the domain entry.
Instance Attribute Details
#domain_entry ⇒ Types::DomainEntry
An array of key-value pairs containing information about the domain entry request.
3671 3672 3673 3674 3675 3676 |
# File 'lib/aws-sdk-lightsail/types.rb', line 3671 class CreateDomainEntryRequest < Struct.new( :domain_name, :domain_entry) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The domain name (‘example.com`) for which you want to create the domain entry.
3671 3672 3673 3674 3675 3676 |
# File 'lib/aws-sdk-lightsail/types.rb', line 3671 class CreateDomainEntryRequest < Struct.new( :domain_name, :domain_entry) SENSITIVE = [] include Aws::Structure end |