Class: Aws::ChimeSDKVoice::Types::CreateSipRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::CreateSipRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sip_rule ⇒ Types::SipRule
The SIP rule information, including the rule ID, triggers, and target applications.
Instance Attribute Details
#sip_rule ⇒ Types::SipRule
The SIP rule information, including the rule ID, triggers, and target applications.
517 518 519 520 521 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 517 class CreateSipRuleResponse < Struct.new( :sip_rule) SENSITIVE = [] include Aws::Structure end |