Class: Aws::Types::DisassociateResolverRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateResolverRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resolver_rule_id ⇒ ::String
Returns the value of attribute resolver_rule_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#resolver_rule_id ⇒ ::String
Returns the value of attribute resolver_rule_id.
375 376 377 |
# File 'sig/types.rbs', line 375 def resolver_rule_id @resolver_rule_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
374 375 376 |
# File 'sig/types.rbs', line 374 def vpc_id @vpc_id end |