Class: Aws::Types::CallingSettings
- Inherits:
-
Object
- Object
- Aws::Types::CallingSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#can_start_11_call ⇒ Boolean
Returns the value of attribute can_start_11_call.
-
#can_video_call ⇒ Boolean
Returns the value of attribute can_video_call.
-
#force_tcp_call ⇒ Boolean
Returns the value of attribute force_tcp_call.
Instance Attribute Details
#can_start_11_call ⇒ Boolean
Returns the value of attribute can_start_11_call.
183 184 185 |
# File 'sig/types.rbs', line 183 def can_start_11_call @can_start_11_call end |
#can_video_call ⇒ Boolean
Returns the value of attribute can_video_call.
184 185 186 |
# File 'sig/types.rbs', line 184 def can_video_call @can_video_call end |
#force_tcp_call ⇒ Boolean
Returns the value of attribute force_tcp_call.
185 186 187 |
# File 'sig/types.rbs', line 185 def force_tcp_call @force_tcp_call end |