Class: Aws::Types::DnsEntry
- Inherits:
-
Object
- Object
- Aws::Types::DnsEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
Instance Attribute Details
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
8566 8567 8568 |
# File 'sig/types.rbs', line 8566 def dns_name @dns_name end |
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
8567 8568 8569 |
# File 'sig/types.rbs', line 8567 def hosted_zone_id @hosted_zone_id end |