Class: Aws::ChimeSDKMediaPipelines::Types::IssueDetectionConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#rule_nameString

The name of the issue detection rule.

Returns:

  • (String)


1505
1506
1507
1508
1509
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1505

class IssueDetectionConfiguration < Struct.new(
  :rule_name)
  SENSITIVE = []
  include Aws::Structure
end