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

Class: Aws::Chime::Types::UpdateSipRuleRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#disabledBoolean

The new value specified to indicate whether the rule is disabled.

Returns:

  • (Boolean)

    The new value specified to indicate whether the rule is disabled.

#nameString

The new name for the specified SIP rule.

Returns:

  • (String)

    The new name for the specified SIP rule.

#sip_rule_idString

The SIP rule ID.

Returns:

  • (String)

    The SIP rule ID.

#target_applicationsArray<Types::SipRuleTargetApplication>

The new value of the list of target applications.

Returns: