Class: Aws::Types::SipRule

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:



1047
1048
1049
# File 'sig/types.rbs', line 1047

def created_timestamp
  @created_timestamp
end

#disabledBoolean

Returns the value of attribute disabled.

Returns:



1043
1044
1045
# File 'sig/types.rbs', line 1043

def disabled
  @disabled
end

#name::String

Returns the value of attribute name.

Returns:



1042
1043
1044
# File 'sig/types.rbs', line 1042

def name
  @name
end

#sip_rule_id::String

Returns the value of attribute sip_rule_id.

Returns:



1041
1042
1043
# File 'sig/types.rbs', line 1041

def sip_rule_id
  @sip_rule_id
end

#target_applications::Array[Types::SipRuleTargetApplication]

Returns the value of attribute target_applications.

Returns:



1046
1047
1048
# File 'sig/types.rbs', line 1046

def target_applications
  @target_applications
end

#trigger_type"ToPhoneNumber", "RequestUriHostname"

Returns the value of attribute trigger_type.

Returns:



1044
1045
1046
# File 'sig/types.rbs', line 1044

def trigger_type
  @trigger_type
end

#trigger_value::String

Returns the value of attribute trigger_value.

Returns:



1045
1046
1047
# File 'sig/types.rbs', line 1045

def trigger_value
  @trigger_value
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.

Returns:



1048
1049
1050
# File 'sig/types.rbs', line 1048

def updated_timestamp
  @updated_timestamp
end