Class: Aws::Types::BatchDetectEntitiesItemResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#entities::Array[Types::Entity]

Returns the value of attribute entities.

Returns:



40
41
42
# File 'sig/types.rbs', line 40

def entities
  @entities
end

#index::Integer

Returns the value of attribute index.

Returns:



39
40
41
# File 'sig/types.rbs', line 39

def index
  @index
end