Class: Aws::Chime::Types::UpdateSipRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateSipRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disabled ⇒ Boolean
The new value specified to indicate 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 value of the list of target applications.
Instance Attribute Details
#disabled ⇒ Boolean
The new value specified to indicate whether the rule is disabled.
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 |
#name ⇒ String
The new name for the specified SIP rule.
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_id ⇒ String
The SIP rule ID.
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_applications ⇒ Array<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 |