Class: Aws::Types::EmailGenerativeAnswerChunkDataDetails

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)


1145
1146
1147
# File 'sig/types.rbs', line 1145

def completion
  @completion
end

#next_chunk_token::String

Returns the value of attribute next_chunk_token.

Returns:

  • (::String)


1147
1148
1149
# File 'sig/types.rbs', line 1147

def next_chunk_token
  @next_chunk_token
end

#references::Array[Types::DataSummary]

Returns the value of attribute references.

Returns:



1146
1147
1148
# File 'sig/types.rbs', line 1146

def references
  @references
end