Class: Aws::Types::BatchUpdateRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#listener_identifier ⇒ ::String
Returns the value of attribute listener_identifier.
-
#rules ⇒ ::Array[Types::RuleUpdate]
Returns the value of attribute rules.
-
#service_identifier ⇒ ::String
Returns the value of attribute service_identifier.
Instance Attribute Details
#listener_identifier ⇒ ::String
Returns the value of attribute listener_identifier.
35 36 37 |
# File 'sig/types.rbs', line 35 def listener_identifier @listener_identifier end |
#rules ⇒ ::Array[Types::RuleUpdate]
Returns the value of attribute rules.
36 37 38 |
# File 'sig/types.rbs', line 36 def rules @rules end |
#service_identifier ⇒ ::String
Returns the value of attribute service_identifier.
34 35 36 |
# File 'sig/types.rbs', line 34 def service_identifier @service_identifier end |