Class: Aws::Types::UpdateResolverEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResolverEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_64_enabled ⇒ Boolean
Returns the value of attribute dns_64_enabled.
-
#ipv_6_internet_access_enabled ⇒ Boolean
Returns the value of attribute ipv_6_internet_access_enabled.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#protocols ⇒ ::Array[("DoH" | "Do53" | "DoH-FIPS")]
Returns the value of attribute protocols.
-
#resolver_endpoint_id ⇒ ::String
Returns the value of attribute resolver_endpoint_id.
-
#resolver_endpoint_type ⇒ "IPV6", ...
Returns the value of attribute resolver_endpoint_type.
-
#rni_enhanced_metrics_enabled ⇒ Boolean
Returns the value of attribute rni_enhanced_metrics_enabled.
-
#target_name_server_metrics_enabled ⇒ Boolean
Returns the value of attribute target_name_server_metrics_enabled.
-
#update_ip_addresses ⇒ ::Array[Types::UpdateIpAddress]
Returns the value of attribute update_ip_addresses.
Instance Attribute Details
#dns_64_enabled ⇒ Boolean
Returns the value of attribute dns_64_enabled.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def dns_64_enabled @dns_64_enabled end |
#ipv_6_internet_access_enabled ⇒ Boolean
Returns the value of attribute ipv_6_internet_access_enabled.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def ipv_6_internet_access_enabled @ipv_6_internet_access_enabled end |
#name ⇒ ::String
Returns the value of attribute name.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def name @name end |
#protocols ⇒ ::Array[("DoH" | "Do53" | "DoH-FIPS")]
Returns the value of attribute protocols.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def protocols @protocols end |
#resolver_endpoint_id ⇒ ::String
Returns the value of attribute resolver_endpoint_id.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def resolver_endpoint_id @resolver_endpoint_id end |
#resolver_endpoint_type ⇒ "IPV6", ...
Returns the value of attribute resolver_endpoint_type.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def resolver_endpoint_type @resolver_endpoint_type end |
#rni_enhanced_metrics_enabled ⇒ Boolean
Returns the value of attribute rni_enhanced_metrics_enabled.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def rni_enhanced_metrics_enabled @rni_enhanced_metrics_enabled end |
#target_name_server_metrics_enabled ⇒ Boolean
Returns the value of attribute target_name_server_metrics_enabled.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def target_name_server_metrics_enabled @target_name_server_metrics_enabled end |
#update_ip_addresses ⇒ ::Array[Types::UpdateIpAddress]
Returns the value of attribute update_ip_addresses.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def update_ip_addresses @update_ip_addresses end |