Class: Aws::Chime::Types::CreateSipRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateSipRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sip_rule ⇒ Types::SipRule
Returns the SIP rule information, including the rule ID, triggers, and target applications.
Instance Attribute Details
#sip_rule ⇒ Types::SipRule
Returns the SIP rule information, including the rule ID, triggers, and target applications.
2529 2530 2531 2532 2533 |
# File 'lib/aws-sdk-chime/types.rb', line 2529 class CreateSipRuleResponse < Struct.new( :sip_rule) SENSITIVE = [] include Aws::Structure end |