Class: Aws::Types::ResolverRuleConfig
- Inherits:
-
Object
- Object
- Aws::Types::ResolverRuleConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resolver_endpoint_id ⇒ ::String
Returns the value of attribute resolver_endpoint_id.
-
#target_ips ⇒ ::Array[Types::TargetAddress]
Returns the value of attribute target_ips.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def name @name end |
#resolver_endpoint_id ⇒ ::String
Returns the value of attribute resolver_endpoint_id.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def resolver_endpoint_id @resolver_endpoint_id end |
#target_ips ⇒ ::Array[Types::TargetAddress]
Returns the value of attribute target_ips.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def target_ips @target_ips end |