Method: Aws::Route53Resolver::Types::PutResolverRulePolicyRequest#arn
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
#arn ⇒ String
The Amazon Resource Name (ARN) of the rule that you want to share with another account.
4070 4071 4072 4073 4074 4075 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 4070 class PutResolverRulePolicyRequest < Struct.new( :arn, :resolver_rule_policy) SENSITIVE = [] include Aws::Structure end |