Class: Aws::Chime::Types::SipRuleTargetApplication
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::SipRuleTargetApplication
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Target SIP media application and other details, such as priority and AWS Region, to be specified in the SIP rule. Only one SIP rule per AWS Region can be provided.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_region ⇒ String
The AWS Region of the target application.
-
#priority ⇒ Integer
Priority of the SIP media application in the target list.
-
#sip_media_application_id ⇒ String
The SIP media application ID.
Instance Attribute Details
#aws_region ⇒ String
The AWS Region of the target application.
7798 7799 7800 7801 7802 7803 7804 |
# File 'lib/aws-sdk-chime/types.rb', line 7798 class SipRuleTargetApplication < Struct.new( :sip_media_application_id, :priority, :aws_region) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
Priority of the SIP media application in the target list.
7798 7799 7800 7801 7802 7803 7804 |
# File 'lib/aws-sdk-chime/types.rb', line 7798 class SipRuleTargetApplication < Struct.new( :sip_media_application_id, :priority, :aws_region) SENSITIVE = [] include Aws::Structure end |
#sip_media_application_id ⇒ String
The SIP media application ID.
7798 7799 7800 7801 7802 7803 7804 |
# File 'lib/aws-sdk-chime/types.rb', line 7798 class SipRuleTargetApplication < Struct.new( :sip_media_application_id, :priority, :aws_region) SENSITIVE = [] include Aws::Structure end |