Class: Aws::Types::PutResolverRulePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutResolverRulePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#resolver_rule_policy ⇒ ::String
Returns the value of attribute resolver_rule_policy.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def arn @arn end |
#resolver_rule_policy ⇒ ::String
Returns the value of attribute resolver_rule_policy.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def resolver_rule_policy @resolver_rule_policy end |