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)


8758
8759
8760
8761
8762
8763
8764
8765
# File 'lib/aws-sdk-chime/types.rb', line 8758

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)


8758
8759
8760
8761
8762
8763
8764
8765
# File 'lib/aws-sdk-chime/types.rb', line 8758

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)


8758
8759
8760
8761
8762
8763
8764
8765
# File 'lib/aws-sdk-chime/types.rb', line 8758

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.



8758
8759
8760
8761
8762
8763
8764
8765
# File 'lib/aws-sdk-chime/types.rb', line 8758

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