Class: Aws::Types::SelectedVideoStreams
- Inherits:
-
Object
- Object
- Aws::Types::SelectedVideoStreams
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attendee_ids ⇒ ::Array[::String]
Returns the value of attribute attendee_ids.
-
#external_user_ids ⇒ ::Array[::String]
Returns the value of attribute external_user_ids.
Instance Attribute Details
#attendee_ids ⇒ ::Array[::String]
Returns the value of attribute attendee_ids.
739 740 741 |
# File 'sig/types.rbs', line 739 def attendee_ids @attendee_ids end |
#external_user_ids ⇒ ::Array[::String]
Returns the value of attribute external_user_ids.
740 741 742 |
# File 'sig/types.rbs', line 740 def external_user_ids @external_user_ids end |