Class: Aws::Types::UpdateRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::RuleAction
Returns the value of attribute action.
-
#listener_identifier ⇒ ::String
Returns the value of attribute listener_identifier.
-
#match ⇒ Types::RuleMatch
Returns the value of attribute match.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#rule_identifier ⇒ ::String
Returns the value of attribute rule_identifier.
-
#service_identifier ⇒ ::String
Returns the value of attribute service_identifier.
Instance Attribute Details
#action ⇒ Types::RuleAction
Returns the value of attribute action.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def action @action end |
#listener_identifier ⇒ ::String
Returns the value of attribute listener_identifier.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def listener_identifier @listener_identifier end |
#match ⇒ Types::RuleMatch
Returns the value of attribute match.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def match @match end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def priority @priority end |
#rule_identifier ⇒ ::String
Returns the value of attribute rule_identifier.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def rule_identifier @rule_identifier end |
#service_identifier ⇒ ::String
Returns the value of attribute service_identifier.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def service_identifier @service_identifier end |