Class: Aws::Types::CreateDomainEntryRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDomainEntryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_entry ⇒ Types::DomainEntry
Returns the value of attribute domain_entry.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
Instance Attribute Details
#domain_entry ⇒ Types::DomainEntry
Returns the value of attribute domain_entry.
695 696 697 |
# File 'sig/types.rbs', line 695 def domain_entry @domain_entry end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
694 695 696 |
# File 'sig/types.rbs', line 694 def domain_name @domain_name end |