Method: Aws::Route53Resolver::Types::PutResolverQueryLogConfigPolicyRequest#arn
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
#arn ⇒ String
The Amazon Resource Name (ARN) of the account that you want to share rules with.
4019 4020 4021 4022 4023 4024 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 4019 class PutResolverQueryLogConfigPolicyRequest < Struct.new( :arn, :resolver_query_log_config_policy) SENSITIVE = [] include Aws::Structure end |