Class: Aws::Types::CreateMediaInsightsPipelineRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMediaInsightsPipelineRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#kinesis_video_stream_recording_source_runtime_configuration ⇒ Types::KinesisVideoStreamRecordingSourceRuntimeConfiguration
Returns the value of attribute kinesis_video_stream_recording_source_runtime_configuration.
-
#kinesis_video_stream_source_runtime_configuration ⇒ Types::KinesisVideoStreamSourceRuntimeConfiguration
Returns the value of attribute kinesis_video_stream_source_runtime_configuration.
-
#media_insights_pipeline_configuration_arn ⇒ ::String
Returns the value of attribute media_insights_pipeline_configuration_arn.
-
#media_insights_runtime_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute media_insights_runtime_metadata.
-
#s3_recording_sink_runtime_configuration ⇒ Types::S3RecordingSinkRuntimeConfiguration
Returns the value of attribute s3_recording_sink_runtime_configuration.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
211 212 213 |
# File 'sig/types.rbs', line 211 def client_request_token @client_request_token end |
#kinesis_video_stream_recording_source_runtime_configuration ⇒ Types::KinesisVideoStreamRecordingSourceRuntimeConfiguration
Returns the value of attribute kinesis_video_stream_recording_source_runtime_configuration.
208 209 210 |
# File 'sig/types.rbs', line 208 def kinesis_video_stream_recording_source_runtime_configuration @kinesis_video_stream_recording_source_runtime_configuration end |
#kinesis_video_stream_source_runtime_configuration ⇒ Types::KinesisVideoStreamSourceRuntimeConfiguration
Returns the value of attribute kinesis_video_stream_source_runtime_configuration.
206 207 208 |
# File 'sig/types.rbs', line 206 def kinesis_video_stream_source_runtime_configuration @kinesis_video_stream_source_runtime_configuration end |
#media_insights_pipeline_configuration_arn ⇒ ::String
Returns the value of attribute media_insights_pipeline_configuration_arn.
205 206 207 |
# File 'sig/types.rbs', line 205 def media_insights_pipeline_configuration_arn @media_insights_pipeline_configuration_arn end |
#media_insights_runtime_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute media_insights_runtime_metadata.
207 208 209 |
# File 'sig/types.rbs', line 207 def @media_insights_runtime_metadata end |
#s3_recording_sink_runtime_configuration ⇒ Types::S3RecordingSinkRuntimeConfiguration
Returns the value of attribute s3_recording_sink_runtime_configuration.
209 210 211 |
# File 'sig/types.rbs', line 209 def s3_recording_sink_runtime_configuration @s3_recording_sink_runtime_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
210 211 212 |
# File 'sig/types.rbs', line 210 def @tags end |