Class: Aws::Route53Resolver::Types::DisassociateResolverQueryLogConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::DisassociateResolverQueryLogConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resolver_query_log_config_id ⇒ String
The ID of the query logging configuration that you want to disassociate a specified VPC from.
-
#resource_id ⇒ String
The ID of the Amazon VPC that you want to disassociate from a specified query logging configuration.
Instance Attribute Details
#resolver_query_log_config_id ⇒ String
The ID of the query logging configuration that you want to disassociate a specified VPC from.
1127 1128 1129 1130 1131 1132 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1127 class DisassociateResolverQueryLogConfigRequest < Struct.new( :resolver_query_log_config_id, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the Amazon VPC that you want to disassociate from a specified query logging configuration.
1127 1128 1129 1130 1131 1132 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1127 class DisassociateResolverQueryLogConfigRequest < Struct.new( :resolver_query_log_config_id, :resource_id) SENSITIVE = [] include Aws::Structure end |