Class: Aws::Types::BatchDetectKeyPhrasesItemResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#index::Integer

Returns the value of attribute index.

Returns:

  • (::Integer)


57
58
59
# File 'sig/types.rbs', line 57

def index
  @index
end

#key_phrases::Array[Types::KeyPhrase]

Returns the value of attribute key_phrases.

Returns:



58
59
60
# File 'sig/types.rbs', line 58

def key_phrases
  @key_phrases
end