Class: Aws::Types::AttendeeCapabilities
- Inherits:
-
Object
- Object
- Aws::Types::AttendeeCapabilities
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio ⇒ "SendReceive", ...
Returns the value of attribute audio.
-
#content ⇒ "SendReceive", ...
Returns the value of attribute content.
-
#video ⇒ "SendReceive", ...
Returns the value of attribute video.
Instance Attribute Details
#audio ⇒ "SendReceive", ...
Returns the value of attribute audio.
20 21 22 |
# File 'sig/types.rbs', line 20 def audio @audio end |
#content ⇒ "SendReceive", ...
Returns the value of attribute content.
22 23 24 |
# File 'sig/types.rbs', line 22 def content @content end |
#video ⇒ "SendReceive", ...
Returns the value of attribute video.
21 22 23 |
# File 'sig/types.rbs', line 21 def video @video end |