Class: Aws::Types::DetectPHIResponse
- Inherits:
-
Object
- Object
- Aws::Types::DetectPHIResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entities ⇒ ::Array[Types::Entity]
Returns the value of attribute entities.
-
#model_version ⇒ ::String
Returns the value of attribute model_version.
-
#pagination_token ⇒ ::String
Returns the value of attribute pagination_token.
Instance Attribute Details
#entities ⇒ ::Array[Types::Entity]
Returns the value of attribute entities.
138 139 140 |
# File 'sig/types.rbs', line 138 def entities @entities end |
#model_version ⇒ ::String
Returns the value of attribute model_version.
140 141 142 |
# File 'sig/types.rbs', line 140 def model_version @model_version end |
#pagination_token ⇒ ::String
Returns the value of attribute pagination_token.
139 140 141 |
# File 'sig/types.rbs', line 139 def pagination_token @pagination_token end |