Class: Aws::ChimeSDKVoice::Types::UpdateSipRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::UpdateSipRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disabled ⇒ Boolean
The new value that indicates whether the rule is disabled.
-
#name ⇒ String
The new name for the specified SIP rule.
-
#sip_rule_id ⇒ String
The SIP rule ID.
-
#target_applications ⇒ Array<Types::SipRuleTargetApplication>
The new list of target applications.
Instance Attribute Details
#disabled ⇒ Boolean
The new value that indicates whether the rule is disabled.
3675 3676 3677 3678 3679 3680 3681 3682 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3675 class UpdateSipRuleRequest < Struct.new( :sip_rule_id, :name, :disabled, :target_applications) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The new name for the specified SIP rule.
3675 3676 3677 3678 3679 3680 3681 3682 |
# File '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_id ⇒ String
The SIP rule ID.
3675 3676 3677 3678 3679 3680 3681 3682 |
# File '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_applications ⇒ Array<Types::SipRuleTargetApplication>
The new list of target applications.
3675 3676 3677 3678 3679 3680 3681 3682 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3675 class UpdateSipRuleRequest < Struct.new( :sip_rule_id, :name, :disabled, :target_applications) SENSITIVE = [] include Aws::Structure end |