Class: Aws::Route53Resolver::Types::PutResolverQueryLogConfigPolicyResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb

Overview

The response to a PutResolverQueryLogConfigPolicy request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#return_value ⇒ Boolean

Whether the PutResolverQueryLogConfigPolicy request was successful.

Returns:

  • (Boolean)


4884
4885
4886
4887
4888
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4884

class PutResolverQueryLogConfigPolicyResponse < Struct.new(
  :return_value)
  SENSITIVE = []
  include Aws::Structure
end