class Aws::Chime::Types::UpdateSipRuleRequest

@note When making an API call, you may pass UpdateSipRuleRequest

data as a hash:

    {
      sip_rule_id: "NonEmptyString", # required
      name: "SipRuleName", # required
      disabled: false,
      target_applications: [
        {
          sip_media_application_id: "NonEmptyString",
          priority: 1,
          aws_region: "String",
        },
      ],
    }

@!attribute [rw] sip_rule_id

The SIP rule ID.
@return [String]

@!attribute [rw] name

The new name for the specified SIP rule.
@return [String]

@!attribute [rw] disabled

The new value specified to indicate whether the rule is disabled.
@return [Boolean]

@!attribute [rw] target_applications

The new value of the list of target applications.
@return [Array<Types::SipRuleTargetApplication>]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateSipRuleRequest AWS API Documentation

Constants

SENSITIVE