Class: Aws::Chime::Types::CreateSipRuleResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sip_ruleTypes::SipRule

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

Returns:



2529
2530
2531
2532
2533
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2529

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