Class: Aws::Types::DnsConfig
- Inherits:
-
Object
- Object
- Aws::Types::DnsConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_records ⇒ ::Array[Types::DnsRecord]
Returns the value of attribute dns_records.
-
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
-
#routing_policy ⇒ "MULTIVALUE", "WEIGHTED"
Returns the value of attribute routing_policy.
Instance Attribute Details
#dns_records ⇒ ::Array[Types::DnsRecord]
Returns the value of attribute dns_records.
146 147 148 |
# File 'sig/types.rbs', line 146 def dns_records @dns_records end |
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
144 145 146 |
# File 'sig/types.rbs', line 144 def namespace_id @namespace_id end |
#routing_policy ⇒ "MULTIVALUE", "WEIGHTED"
Returns the value of attribute routing_policy.
145 146 147 |
# File 'sig/types.rbs', line 145 def routing_policy @routing_policy end |