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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3803
3804
3805
3806
3807
3808
3809
3810
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3803

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)


3803
3804
3805
3806
3807
3808
3809
3810
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3803

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)


3803
3804
3805
3806
3807
3808
3809
3810
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3803

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.



3803
3804
3805
3806
3807
3808
3809
3810
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3803

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