Class: Aws::ChimeSDKMediaPipelines::Types::UpdateMediaInsightsPipelineConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::UpdateMediaInsightsPipelineConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:resource_access_role_arn]
Instance Attribute Summary collapse
-
#elements ⇒ Array<Types::MediaInsightsPipelineConfigurationElement>
The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data Stream..
-
#identifier ⇒ String
The unique identifier for the resource to be updated.
-
#real_time_alert_configuration ⇒ Types::RealTimeAlertConfiguration
The configuration settings for real-time alerts for the media insights pipeline.
-
#resource_access_role_arn ⇒ String
The ARN of the role used by the service to access Amazon Web Services resources.
Instance Attribute Details
#elements ⇒ Array<Types::MediaInsightsPipelineConfigurationElement>
The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data Stream..
3448 3449 3450 3451 3452 3453 3454 3455 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3448 class UpdateMediaInsightsPipelineConfigurationRequest < Struct.new( :identifier, :resource_access_role_arn, :real_time_alert_configuration, :elements) SENSITIVE = [:resource_access_role_arn] include Aws::Structure end |
#identifier ⇒ String
The unique identifier for the resource to be updated. Valid values include the name and ARN of the media insights pipeline configuration.
3448 3449 3450 3451 3452 3453 3454 3455 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3448 class UpdateMediaInsightsPipelineConfigurationRequest < Struct.new( :identifier, :resource_access_role_arn, :real_time_alert_configuration, :elements) SENSITIVE = [:resource_access_role_arn] include Aws::Structure end |
#real_time_alert_configuration ⇒ Types::RealTimeAlertConfiguration
The configuration settings for real-time alerts for the media insights pipeline.
3448 3449 3450 3451 3452 3453 3454 3455 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3448 class UpdateMediaInsightsPipelineConfigurationRequest < Struct.new( :identifier, :resource_access_role_arn, :real_time_alert_configuration, :elements) SENSITIVE = [:resource_access_role_arn] include Aws::Structure end |
#resource_access_role_arn ⇒ String
The ARN of the role used by the service to access Amazon Web Services resources.
3448 3449 3450 3451 3452 3453 3454 3455 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3448 class UpdateMediaInsightsPipelineConfigurationRequest < Struct.new( :identifier, :resource_access_role_arn, :real_time_alert_configuration, :elements) SENSITIVE = [:resource_access_role_arn] include Aws::Structure end |