Class: Aws::Chime::Types::CreateSipRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateSipRuleResponse
- Defined in:
- gems/aws-sdk-chime/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.
3082 3083 3084 3085 3086 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3082 class CreateSipRuleResponse < Struct.new( :sip_rule) SENSITIVE = [] include Aws::Structure end |