Class: Aws::Types::SipRule
- Inherits:
-
Object
- Object
- Aws::Types::SipRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#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.
-
#trigger_type ⇒ "ToPhoneNumber", "RequestUriHostname"
Returns the value of attribute trigger_type.
-
#trigger_value ⇒ ::String
Returns the value of attribute trigger_value.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def @created_timestamp end |
#disabled ⇒ Boolean
Returns the value of attribute disabled.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def disabled @disabled end |
#name ⇒ ::String
Returns the value of attribute name.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def name @name end |
#sip_rule_id ⇒ ::String
Returns the value of attribute sip_rule_id.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def sip_rule_id @sip_rule_id end |
#target_applications ⇒ ::Array[Types::SipRuleTargetApplication]
Returns the value of attribute target_applications.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def target_applications @target_applications end |
#trigger_type ⇒ "ToPhoneNumber", "RequestUriHostname"
Returns the value of attribute trigger_type.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def trigger_type @trigger_type end |
#trigger_value ⇒ ::String
Returns the value of attribute trigger_value.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def trigger_value @trigger_value end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def @updated_timestamp end |