Class: Aws::Route53Resolver::Types::CreateResolverQueryLogConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::CreateResolverQueryLogConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resolver_query_log_config ⇒ Types::ResolverQueryLogConfig
Information about the ‘CreateResolverQueryLogConfig` request, including the status of the request.
Instance Attribute Details
#resolver_query_log_config ⇒ Types::ResolverQueryLogConfig
Information about the ‘CreateResolverQueryLogConfig` request, including the status of the request.
748 749 750 751 752 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 748 class CreateResolverQueryLogConfigResponse < Struct.new( :resolver_query_log_config) SENSITIVE = [] include Aws::Structure end |