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.
772 773 774 775 776 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 772 class CreateResolverQueryLogConfigResponse < Struct.new( :resolver_query_log_config) SENSITIVE = [] include Aws::Structure end |