Class: Aws::Types::GetRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#listener_identifier ⇒ ::String
Returns the value of attribute listener_identifier.
-
#rule_identifier ⇒ ::String
Returns the value of attribute rule_identifier.
-
#service_identifier ⇒ ::String
Returns the value of attribute service_identifier.
Instance Attribute Details
#listener_identifier ⇒ ::String
Returns the value of attribute listener_identifier.
639 640 641 |
# File 'sig/types.rbs', line 639 def listener_identifier @listener_identifier end |
#rule_identifier ⇒ ::String
Returns the value of attribute rule_identifier.
640 641 642 |
# File 'sig/types.rbs', line 640 def rule_identifier @rule_identifier end |
#service_identifier ⇒ ::String
Returns the value of attribute service_identifier.
638 639 640 |
# File 'sig/types.rbs', line 638 def service_identifier @service_identifier end |