Class: Aws::Types::DetectEntitiesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DetectEntitiesResponse
- 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.
-
#unmapped_attributes ⇒ ::Array[Types::UnmappedAttribute]
Returns the value of attribute unmapped_attributes.
Instance Attribute Details
#entities ⇒ ::Array[Types::Entity]
Returns the value of attribute entities.
112 113 114 |
# File 'sig/types.rbs', line 112 def entities @entities end |
#model_version ⇒ ::String
Returns the value of attribute model_version.
115 116 117 |
# File 'sig/types.rbs', line 115 def model_version @model_version end |
#pagination_token ⇒ ::String
Returns the value of attribute pagination_token.
114 115 116 |
# File 'sig/types.rbs', line 114 def pagination_token @pagination_token end |
#unmapped_attributes ⇒ ::Array[Types::UnmappedAttribute]
Returns the value of attribute unmapped_attributes.
113 114 115 |
# File 'sig/types.rbs', line 113 def unmapped_attributes @unmapped_attributes end |