Class: Aws::Lightsail::Types::CreateDomainEntryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::CreateDomainEntryRequest
- Defined in:
- gems/aws-sdk-lightsail/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 (e.g.,
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.
3649 3650 3651 3652 3653 3654 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3649 class CreateDomainEntryRequest < Struct.new( :domain_name, :domain_entry) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The domain name (e.g., example.com
) for which you want to create
the domain entry.
3649 3650 3651 3652 3653 3654 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3649 class CreateDomainEntryRequest < Struct.new( :domain_name, :domain_entry) SENSITIVE = [] include Aws::Structure end |