Class: Aws::Types::NetworkUpdateSettings
- Inherits:
-
Object
- Object
- Aws::Types::NetworkUpdateSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_dns_ips_v6 ⇒ ::Array[::String]
Returns the value of attribute customer_dns_ips_v6.
-
#network_type ⇒ "Dual-stack", ...
Returns the value of attribute network_type.
Instance Attribute Details
#customer_dns_ips_v6 ⇒ ::Array[::String]
Returns the value of attribute customer_dns_ips_v6.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def customer_dns_ips_v6 @customer_dns_ips_v6 end |
#network_type ⇒ "Dual-stack", ...
Returns the value of attribute network_type.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def network_type @network_type end |