Class: Aws::Types::DTMFSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_character ⇒ ::String

Returns the value of attribute deletion_character.

Returns:

  • (::String)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def deletion_character
  @deletion_character
end

#end_character ⇒ ::String

Returns the value of attribute end_character.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def end_character
  @end_character
end

#end_timeout_ms ⇒ ::Integer

Returns the value of attribute end_timeout_ms.

Returns:

  • (::Integer)


1088
1089
1090
# File 'sig/types.rbs', line 1088

def end_timeout_ms
  @end_timeout_ms
end

#max_length ⇒ ::Integer

Returns the value of attribute max_length.

Returns:

  • (::Integer)


1087
1088
1089
# File 'sig/types.rbs', line 1087

def max_length
  @max_length
end