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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#disabledBoolean

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

Returns:

  • (Boolean)

8592
8593
8594
8595
8596
8597
8598
8599
# File 'lib/aws-sdk-chime/types.rb', line 8592

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)

8592
8593
8594
8595
8596
8597
8598
8599
# File 'lib/aws-sdk-chime/types.rb', line 8592

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)

8592
8593
8594
8595
8596
8597
8598
8599
# File 'lib/aws-sdk-chime/types.rb', line 8592

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

#target_applicationsArray<Types::SipRuleTargetApplication>

The new value of the list of target applications.


8592
8593
8594
8595
8596
8597
8598
8599
# File 'lib/aws-sdk-chime/types.rb', line 8592

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