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.
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 |
#name ⇒ String
The new name for the specified SIP rule.
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_id ⇒ String
The SIP rule ID.
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_applications ⇒ Array<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 |