Class: Aws::Route53Resolver::Types::CreateResolverQueryLogConfigResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resolver_query_log_configTypes::ResolverQueryLogConfig

Information about the ‘CreateResolverQueryLogConfig` request, including the status of the request.



710
711
712
713
714
# File 'lib/aws-sdk-route53resolver/types.rb', line 710

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