Class: Aws::Types::AttendeeCapabilities

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio"SendReceive", ...

Returns the value of attribute audio.

Returns:

  • ("SendReceive", "Send", "Receive", "None")


20
21
22
# File 'sig/types.rbs', line 20

def audio
  @audio
end

#content"SendReceive", ...

Returns the value of attribute content.

Returns:

  • ("SendReceive", "Send", "Receive", "None")


22
23
24
# File 'sig/types.rbs', line 22

def content
  @content
end

#video"SendReceive", ...

Returns the value of attribute video.

Returns:

  • ("SendReceive", "Send", "Receive", "None")


21
22
23
# File 'sig/types.rbs', line 21

def video
  @video
end