Class: Aws::ChimeSDKMediaPipelines::Types::S3RecordingSinkRuntimeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::S3RecordingSinkRuntimeConfiguration
- Defined in:
- gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
A structure that holds the settings for transmitting media files to
the Amazon S3 bucket. If specified, the settings in this structure
override any settings in S3RecordingSinkConfiguration
.
Constant Summary collapse
- SENSITIVE =
[:destination]
Instance Attribute Summary collapse
-
#destination ⇒ String
The URI of the S3 bucket used as the sink.
-
#recording_file_format ⇒ String
The file format for the media files sent to the Amazon S3 bucket.
Instance Attribute Details
#destination ⇒ String
The URI of the S3 bucket used as the sink.
2879 2880 2881 2882 2883 2884 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2879 class S3RecordingSinkRuntimeConfiguration < Struct.new( :destination, :recording_file_format) SENSITIVE = [:destination] include Aws::Structure end |
#recording_file_format ⇒ String
The file format for the media files sent to the Amazon S3 bucket.
2879 2880 2881 2882 2883 2884 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2879 class S3RecordingSinkRuntimeConfiguration < Struct.new( :destination, :recording_file_format) SENSITIVE = [:destination] include Aws::Structure end |