Class: Aws::Types::SipRuleTargetApplication
- Inherits:
-
Object
- Object
- Aws::Types::SipRuleTargetApplication
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#sip_media_application_id ⇒ ::String
Returns the value of attribute sip_media_application_id.
Instance Attribute Details
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def aws_region @aws_region end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def priority @priority end |
#sip_media_application_id ⇒ ::String
Returns the value of attribute sip_media_application_id.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def sip_media_application_id @sip_media_application_id end |