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_valueBoolean

Whether the PutResolverQueryLogConfigPolicy request was successful.

Returns:

  • (Boolean)


3833
3834
3835
3836
3837
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3833

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