Class: Aws::Types::DnsProperties
- Inherits:
-
Object
- Object
- Aws::Types::DnsProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
-
#soa ⇒ Types::SOA
Returns the value of attribute soa.
Instance Attribute Details
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
156 157 158 |
# File 'sig/types.rbs', line 156 def hosted_zone_id @hosted_zone_id end |
#soa ⇒ Types::SOA
Returns the value of attribute soa.
157 158 159 |
# File 'sig/types.rbs', line 157 def soa @soa end |