Class: Aws::Types::MeetingFeaturesConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attendeeTypes::AttendeeFeatures

Returns the value of attribute attendee.



273
274
275
# File 'sig/types.rbs', line 273

def attendee
  @attendee
end

#audioTypes::AudioFeatures

Returns the value of attribute audio.



270
271
272
# File 'sig/types.rbs', line 270

def audio
  @audio
end

#contentTypes::ContentFeatures

Returns the value of attribute content.



272
273
274
# File 'sig/types.rbs', line 272

def content
  @content
end

#videoTypes::VideoFeatures

Returns the value of attribute video.



271
272
273
# File 'sig/types.rbs', line 271

def video
  @video
end