Class: Aws::Types::NotesChunkDataDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:completion])

Instance Attribute Summary collapse

Instance Attribute Details

#completion::String

Returns the value of attribute completion.

Returns:

  • (::String)


2136
2137
2138
# File 'sig/types.rbs', line 2136

def completion
  @completion
end

#next_chunk_token::String

Returns the value of attribute next_chunk_token.

Returns:

  • (::String)


2137
2138
2139
# File 'sig/types.rbs', line 2137

def next_chunk_token
  @next_chunk_token
end