Class: Aws::Chime::Types::MediaCapturePipeline
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::MediaCapturePipeline
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
A media capture pipeline object consisting of an ID, source type, source ARN, a sink type, a sink ARN, and a configuration object.
Constant Summary collapse
- SENSITIVE =
[:source_arn, :sink_arn]
Instance Attribute Summary collapse
-
#chime_sdk_meeting_configuration ⇒ Types::ChimeSdkMeetingConfiguration
The configuration for a specified media capture pipeline.
-
#created_timestamp ⇒ Time
The time at which the capture pipeline was created, in ISO 8601 format.
-
#media_pipeline_id ⇒ String
The ID of a media capture pipeline.
-
#sink_arn ⇒ String
ARN of the destination to which the media artifacts are saved.
-
#sink_type ⇒ String
Destination type to which the media artifacts are saved.
-
#source_arn ⇒ String
ARN of the source from which the media artifacts will be saved.
-
#source_type ⇒ String
Source type from which media artifacts are saved.
-
#status ⇒ String
The status of the media capture pipeline.
-
#updated_timestamp ⇒ Time
The time at which the capture pipeline was updated, in ISO 8601 format.
Instance Attribute Details
#chime_sdk_meeting_configuration ⇒ Types::ChimeSdkMeetingConfiguration
The configuration for a specified media capture pipeline. ‘SourceType` must be `ChimeSdkMeeting`.
6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 |
# File 'lib/aws-sdk-chime/types.rb', line 6064 class MediaCapturePipeline < Struct.new( :media_pipeline_id, :source_type, :source_arn, :status, :sink_type, :sink_arn, :created_timestamp, :updated_timestamp, :chime_sdk_meeting_configuration) SENSITIVE = [:source_arn, :sink_arn] include Aws::Structure end |
#created_timestamp ⇒ Time
The time at which the capture pipeline was created, in ISO 8601 format.
6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 |
# File 'lib/aws-sdk-chime/types.rb', line 6064 class MediaCapturePipeline < Struct.new( :media_pipeline_id, :source_type, :source_arn, :status, :sink_type, :sink_arn, :created_timestamp, :updated_timestamp, :chime_sdk_meeting_configuration) SENSITIVE = [:source_arn, :sink_arn] include Aws::Structure end |
#media_pipeline_id ⇒ String
The ID of a media capture pipeline.
6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 |
# File 'lib/aws-sdk-chime/types.rb', line 6064 class MediaCapturePipeline < Struct.new( :media_pipeline_id, :source_type, :source_arn, :status, :sink_type, :sink_arn, :created_timestamp, :updated_timestamp, :chime_sdk_meeting_configuration) SENSITIVE = [:source_arn, :sink_arn] include Aws::Structure end |
#sink_arn ⇒ String
ARN of the destination to which the media artifacts are saved.
6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 |
# File 'lib/aws-sdk-chime/types.rb', line 6064 class MediaCapturePipeline < Struct.new( :media_pipeline_id, :source_type, :source_arn, :status, :sink_type, :sink_arn, :created_timestamp, :updated_timestamp, :chime_sdk_meeting_configuration) SENSITIVE = [:source_arn, :sink_arn] include Aws::Structure end |
#sink_type ⇒ String
Destination type to which the media artifacts are saved. You must use an S3 Bucket.
6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 |
# File 'lib/aws-sdk-chime/types.rb', line 6064 class MediaCapturePipeline < Struct.new( :media_pipeline_id, :source_type, :source_arn, :status, :sink_type, :sink_arn, :created_timestamp, :updated_timestamp, :chime_sdk_meeting_configuration) SENSITIVE = [:source_arn, :sink_arn] include Aws::Structure end |
#source_arn ⇒ String
ARN of the source from which the media artifacts will be saved.
6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 |
# File 'lib/aws-sdk-chime/types.rb', line 6064 class MediaCapturePipeline < Struct.new( :media_pipeline_id, :source_type, :source_arn, :status, :sink_type, :sink_arn, :created_timestamp, :updated_timestamp, :chime_sdk_meeting_configuration) SENSITIVE = [:source_arn, :sink_arn] include Aws::Structure end |
#source_type ⇒ String
Source type from which media artifacts are saved. You must use ‘ChimeMeeting`.
6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 |
# File 'lib/aws-sdk-chime/types.rb', line 6064 class MediaCapturePipeline < Struct.new( :media_pipeline_id, :source_type, :source_arn, :status, :sink_type, :sink_arn, :created_timestamp, :updated_timestamp, :chime_sdk_meeting_configuration) SENSITIVE = [:source_arn, :sink_arn] include Aws::Structure end |
#status ⇒ String
The status of the media capture pipeline.
6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 |
# File 'lib/aws-sdk-chime/types.rb', line 6064 class MediaCapturePipeline < Struct.new( :media_pipeline_id, :source_type, :source_arn, :status, :sink_type, :sink_arn, :created_timestamp, :updated_timestamp, :chime_sdk_meeting_configuration) SENSITIVE = [:source_arn, :sink_arn] include Aws::Structure end |
#updated_timestamp ⇒ Time
The time at which the capture pipeline was updated, in ISO 8601 format.
6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 |
# File 'lib/aws-sdk-chime/types.rb', line 6064 class MediaCapturePipeline < Struct.new( :media_pipeline_id, :source_type, :source_arn, :status, :sink_type, :sink_arn, :created_timestamp, :updated_timestamp, :chime_sdk_meeting_configuration) SENSITIVE = [:source_arn, :sink_arn] include Aws::Structure end |