You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::SipRuleTargetApplication

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SipRuleTargetApplication as input to an Aws::Client method, you can use a vanilla Hash:

{
  sip_media_application_id: "NonEmptyString",
  priority: 1,
  aws_region: "String",
}

Target SIP media application along with other details like priority and AWS Region to be specified in the SIP rule. Only one SIP rule per AWS Region can be provided.

Instance Attribute Summary collapse

Instance Attribute Details

#aws_regionString

AWS Region of target application.

Returns:

  • (String)

    AWS Region of target application.

#priorityInteger

Priority of the SIP media application in the target list.

Returns:

  • (Integer)

    Priority of the SIP media application in the target list.

#sip_media_application_idString

The SIP media application ID.

Returns:

  • (String)

    The SIP media application ID.