Class: Aws::Types::UpdateDomainEntryRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainEntryRequest
- 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.
3149 3150 3151 |
# File 'sig/types.rbs', line 3149 def domain_entry @domain_entry end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
3148 3149 3150 |
# File 'sig/types.rbs', line 3148 def domain_name @domain_name end |