Class: Aws::Types::ResolverRuleAssociation
- Inherits:
-
Object
- Object
- Aws::Types::ResolverRuleAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resolver_rule_id ⇒ ::String
Returns the value of attribute resolver_rule_id.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def name @name end |
#resolver_rule_id ⇒ ::String
Returns the value of attribute resolver_rule_id.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def resolver_rule_id @resolver_rule_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def @status_message end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def vpc_id @vpc_id end |