Class: Aws::Types::ArtifactsConcatenationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ArtifactsConcatenationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio ⇒ Types::AudioConcatenationConfiguration
Returns the value of attribute audio.
-
#composited_video ⇒ Types::CompositedVideoConcatenationConfiguration
Returns the value of attribute composited_video.
-
#content ⇒ Types::ContentConcatenationConfiguration
Returns the value of attribute content.
-
#data_channel ⇒ Types::DataChannelConcatenationConfiguration
Returns the value of attribute data_channel.
-
#meeting_events ⇒ Types::MeetingEventsConcatenationConfiguration
Returns the value of attribute meeting_events.
-
#transcription_messages ⇒ Types::TranscriptionMessagesConcatenationConfiguration
Returns the value of attribute transcription_messages.
-
#video ⇒ Types::VideoConcatenationConfiguration
Returns the value of attribute video.
Instance Attribute Details
#audio ⇒ Types::AudioConcatenationConfiguration
Returns the value of attribute audio.
56 57 58 |
# File 'sig/types.rbs', line 56 def audio @audio end |
#composited_video ⇒ Types::CompositedVideoConcatenationConfiguration
Returns the value of attribute composited_video.
62 63 64 |
# File 'sig/types.rbs', line 62 def composited_video @composited_video end |
#content ⇒ Types::ContentConcatenationConfiguration
Returns the value of attribute content.
58 59 60 |
# File 'sig/types.rbs', line 58 def content @content end |
#data_channel ⇒ Types::DataChannelConcatenationConfiguration
Returns the value of attribute data_channel.
59 60 61 |
# File 'sig/types.rbs', line 59 def data_channel @data_channel end |
#meeting_events ⇒ Types::MeetingEventsConcatenationConfiguration
Returns the value of attribute meeting_events.
61 62 63 |
# File 'sig/types.rbs', line 61 def meeting_events @meeting_events end |
#transcription_messages ⇒ Types::TranscriptionMessagesConcatenationConfiguration
Returns the value of attribute transcription_messages.
60 61 62 |
# File 'sig/types.rbs', line 60 def @transcription_messages end |
#video ⇒ Types::VideoConcatenationConfiguration
Returns the value of attribute video.
57 58 59 |
# File 'sig/types.rbs', line 57 def video @video end |