Class: Aws::Chime::Types::ChimeSdkMeetingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ChimeSdkMeetingConfiguration
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
The configuration object of the Amazon Chime SDK meeting for a
specified media capture pipeline. SourceType
must be
ChimeSdkMeeting
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#artifacts_configuration ⇒ Types::ArtifactsConfiguration
The configuration for the artifacts in an Amazon Chime SDK meeting.
-
#source_configuration ⇒ Types::SourceConfiguration
The source configuration for a specified media capture pipeline.
Instance Attribute Details
#artifacts_configuration ⇒ Types::ArtifactsConfiguration
The configuration for the artifacts in an Amazon Chime SDK meeting.
1475 1476 1477 1478 1479 1480 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1475 class ChimeSdkMeetingConfiguration < Struct.new( :source_configuration, :artifacts_configuration) SENSITIVE = [] include Aws::Structure end |
#source_configuration ⇒ Types::SourceConfiguration
The source configuration for a specified media capture pipeline.
1475 1476 1477 1478 1479 1480 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1475 class ChimeSdkMeetingConfiguration < Struct.new( :source_configuration, :artifacts_configuration) SENSITIVE = [] include Aws::Structure end |