Class: Aws::Chime::Types::ChimeSdkMeetingConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#artifacts_configurationTypes::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_configurationTypes::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