Class: Aws::ChimeSDKVoice::Types::UpdateSipRuleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#disabledBoolean

The new value that indicates whether the rule is disabled.

Returns:

  • (Boolean)


3675
3676
3677
3678
3679
3680
3681
3682
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3675

class UpdateSipRuleRequest < Struct.new(
  :sip_rule_id,
  :name,
  :disabled,
  :target_applications)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The new name for the specified SIP rule.

Returns:

  • (String)


3675
3676
3677
3678
3679
3680
3681
3682
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3675

class UpdateSipRuleRequest < Struct.new(
  :sip_rule_id,
  :name,
  :disabled,
  :target_applications)
  SENSITIVE = []
  include Aws::Structure
end

#sip_rule_idString

The SIP rule ID.

Returns:

  • (String)


3675
3676
3677
3678
3679
3680
3681
3682
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3675

class UpdateSipRuleRequest < Struct.new(
  :sip_rule_id,
  :name,
  :disabled,
  :target_applications)
  SENSITIVE = []
  include Aws::Structure
end

#target_applicationsArray<Types::SipRuleTargetApplication>

The new list of target applications.



3675
3676
3677
3678
3679
3680
3681
3682
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3675

class UpdateSipRuleRequest < Struct.new(
  :sip_rule_id,
  :name,
  :disabled,
  :target_applications)
  SENSITIVE = []
  include Aws::Structure
end