Class: Aws::ChimeSDKVoice::Types::CreateSipRuleResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sip_ruleTypes::SipRule

The SIP rule information, including the rule ID, triggers, and target applications.

Returns:



517
518
519
520
521
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 517

class CreateSipRuleResponse < Struct.new(
  :sip_rule)
  SENSITIVE = []
  include Aws::Structure
end