Class: Aws::Types::UpdateSipRuleRequest

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)


1248
1249
1250
# File 'sig/types.rbs', line 1248

def disabled
  @disabled
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1247
1248
1249
# File 'sig/types.rbs', line 1247

def name
  @name
end

#sip_rule_id::String

Returns the value of attribute sip_rule_id.

Returns:

  • (::String)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def sip_rule_id
  @sip_rule_id
end

#target_applications::Array[Types::SipRuleTargetApplication]

Returns the value of attribute target_applications.

Returns:



1249
1250
1251
# File 'sig/types.rbs', line 1249

def target_applications
  @target_applications
end