Class: Aws::Types::CreateSipRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSipRuleRequest
- 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.
-
#target_applications ⇒ ::Array[Types::SipRuleTargetApplication]
Returns the value of attribute target_applications.
-
#trigger_type ⇒ "ToPhoneNumber", "RequestUriHostname"
Returns the value of attribute trigger_type.
-
#trigger_value ⇒ ::String
Returns the value of attribute trigger_value.
Instance Attribute Details
#disabled ⇒ Boolean
Returns the value of attribute disabled.
156 157 158 |
# File 'sig/types.rbs', line 156 def disabled @disabled end |
#name ⇒ ::String
Returns the value of attribute name.
153 154 155 |
# File 'sig/types.rbs', line 153 def name @name end |
#target_applications ⇒ ::Array[Types::SipRuleTargetApplication]
Returns the value of attribute target_applications.
157 158 159 |
# File 'sig/types.rbs', line 157 def target_applications @target_applications end |
#trigger_type ⇒ "ToPhoneNumber", "RequestUriHostname"
Returns the value of attribute trigger_type.
154 155 156 |
# File 'sig/types.rbs', line 154 def trigger_type @trigger_type end |
#trigger_value ⇒ ::String
Returns the value of attribute trigger_value.
155 156 157 |
# File 'sig/types.rbs', line 155 def trigger_value @trigger_value end |