Class: Aws::Types::CreateSipRuleRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#disabledBoolean

Returns the value of attribute disabled.

Returns:

  • (Boolean)


156
157
158
# File 'sig/types.rbs', line 156

def disabled
  @disabled
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def name
  @name
end

#target_applications::Array[Types::SipRuleTargetApplication]

Returns the value of attribute target_applications.

Returns:



157
158
159
# File 'sig/types.rbs', line 157

def target_applications
  @target_applications
end

#trigger_type"ToPhoneNumber", "RequestUriHostname"

Returns the value of attribute trigger_type.

Returns:

  • ("ToPhoneNumber", "RequestUriHostname")


154
155
156
# File 'sig/types.rbs', line 154

def trigger_type
  @trigger_type
end

#trigger_value::String

Returns the value of attribute trigger_value.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def trigger_value
  @trigger_value
end