Class: Aws::Types::AssociateResolverRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateResolverRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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
#name ⇒ ::String
Returns the value of attribute name.
56 57 58 |
# File 'sig/types.rbs', line 56 def name @name end |
#resolver_rule_id ⇒ ::String
Returns the value of attribute resolver_rule_id.
55 56 57 |
# File 'sig/types.rbs', line 55 def resolver_rule_id @resolver_rule_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
57 58 59 |
# File 'sig/types.rbs', line 57 def vpc_id @vpc_id end |