Class: Aws::Types::MeetingFeaturesConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MeetingFeaturesConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attendee ⇒ Types::AttendeeFeatures
Returns the value of attribute attendee.
-
#audio ⇒ Types::AudioFeatures
Returns the value of attribute audio.
-
#content ⇒ Types::ContentFeatures
Returns the value of attribute content.
-
#video ⇒ Types::VideoFeatures
Returns the value of attribute video.
Instance Attribute Details
#attendee ⇒ Types::AttendeeFeatures
Returns the value of attribute attendee.
273 274 275 |
# File 'sig/types.rbs', line 273 def attendee @attendee end |
#audio ⇒ Types::AudioFeatures
Returns the value of attribute audio.
270 271 272 |
# File 'sig/types.rbs', line 270 def audio @audio end |
#content ⇒ Types::ContentFeatures
Returns the value of attribute content.
272 273 274 |
# File 'sig/types.rbs', line 272 def content @content end |
#video ⇒ Types::VideoFeatures
Returns the value of attribute video.
271 272 273 |
# File 'sig/types.rbs', line 271 def video @video end |