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.
7632 7633 7634 7635 7636 7637 7638 |
# File 'lib/aws-sdk-chime/types.rb', line 7632 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.
7632 7633 7634 7635 7636 7637 7638 |
# File 'lib/aws-sdk-chime/types.rb', line 7632 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.
7632 7633 7634 7635 7636 7637 7638 |
# File 'lib/aws-sdk-chime/types.rb', line 7632 class SipRuleTargetApplication < Struct.new( :sip_media_application_id, :priority, :aws_region) SENSITIVE = [] include Aws::Structure end |