Class: Aws::Route53Resolver::Types::DisassociateResolverRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::DisassociateResolverRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resolver_rule_id ⇒ String
The ID of the Resolver rule that you want to disassociate from the specified VPC.
-
#vpc_id ⇒ String
The ID of the VPC that you want to disassociate the Resolver rule from.
Instance Attribute Details
#resolver_rule_id ⇒ String
The ID of the Resolver rule that you want to disassociate from the specified VPC.
1159 1160 1161 1162 1163 1164 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1159 class DisassociateResolverRuleRequest < Struct.new( :vpc_id, :resolver_rule_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC that you want to disassociate the Resolver rule from.
1159 1160 1161 1162 1163 1164 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1159 class DisassociateResolverRuleRequest < Struct.new( :vpc_id, :resolver_rule_id) SENSITIVE = [] include Aws::Structure end |