Class: Aws::Types::EntityDetectorConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EntityDetectorConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_statistics ⇒ ::Array[Types::AllowedStatistics]
Returns the value of attribute allowed_statistics.
-
#entity_types ⇒ ::Array[::String]
Returns the value of attribute entity_types.
Instance Attribute Details
#allowed_statistics ⇒ ::Array[Types::AllowedStatistics]
Returns the value of attribute allowed_statistics.
487 488 489 |
# File 'sig/types.rbs', line 487 def allowed_statistics @allowed_statistics end |
#entity_types ⇒ ::Array[::String]
Returns the value of attribute entity_types.
486 487 488 |
# File 'sig/types.rbs', line 486 def entity_types @entity_types end |