Class: Aws::Types::RouterContentQualityAnalysisConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RouterContentQualityAnalysisConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ContentLevel, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_level ⇒ Types::ContentQualityAnalysisFeatureConfiguration
Returns the value of attribute content_level.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#content_level ⇒ Types::ContentQualityAnalysisFeatureConfiguration
Returns the value of attribute content_level.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def content_level @content_level end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def unknown @unknown end |