Class: Aws::Types::UpdateSipRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSipRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disabled ⇒ Boolean
Returns the value of attribute disabled.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sip_rule_id ⇒ ::String
Returns the value of attribute sip_rule_id.
-
#target_applications ⇒ ::Array[Types::SipRuleTargetApplication]
Returns the value of attribute target_applications.
Instance Attribute Details
#disabled ⇒ Boolean
Returns the value of attribute disabled.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def disabled @disabled end |
#name ⇒ ::String
Returns the value of attribute name.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def name @name end |
#sip_rule_id ⇒ ::String
Returns the value of attribute sip_rule_id.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def sip_rule_id @sip_rule_id end |
#target_applications ⇒ ::Array[Types::SipRuleTargetApplication]
Returns the value of attribute target_applications.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def target_applications @target_applications end |