Class: Aws::Types::BatchDetectEntitiesItemResult
- Inherits:
-
Object
- Object
- Aws::Types::BatchDetectEntitiesItemResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entities ⇒ ::Array[Types::Entity]
Returns the value of attribute entities.
-
#index ⇒ ::Integer
Returns the value of attribute index.
Instance Attribute Details
#entities ⇒ ::Array[Types::Entity]
Returns the value of attribute entities.
40 41 42 |
# File 'sig/types.rbs', line 40 def entities @entities end |
#index ⇒ ::Integer
Returns the value of attribute index.
39 40 41 |
# File 'sig/types.rbs', line 39 def index @index end |