Class: Aws::Types::GenerativeChunkDataDetails

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)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def completion
  @completion
end

#next_chunk_token::String

Returns the value of attribute next_chunk_token.

Returns:

  • (::String)


1256
1257
1258
# File 'sig/types.rbs', line 1256

def next_chunk_token
  @next_chunk_token
end

#references::Array[Types::DataSummary]

Returns the value of attribute references.

Returns:



1255
1256
1257
# File 'sig/types.rbs', line 1255

def references
  @references
end