Class: Aws::Types::DTMFSpecification
- Inherits:
-
Object
- Object
- Aws::Types::DTMFSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_character ⇒ ::String
Returns the value of attribute deletion_character.
-
#end_character ⇒ ::String
Returns the value of attribute end_character.
-
#end_timeout_ms ⇒ ::Integer
Returns the value of attribute end_timeout_ms.
-
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
Instance Attribute Details
#deletion_character ⇒ ::String
Returns the value of attribute deletion_character.
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.
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.
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.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def max_length @max_length end |