Class: Aws::ChimeSDKMediaPipelines::Types::IssueDetectionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::IssueDetectionConfiguration
- Defined in:
- gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
A structure that contains the configuration settings for an issue detection task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_name ⇒ String
The name of the issue detection rule.
Instance Attribute Details
#rule_name ⇒ String
The name of the issue detection rule.
1524 1525 1526 1527 1528 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1524 class IssueDetectionConfiguration < Struct.new( :rule_name) SENSITIVE = [] include Aws::Structure end |