Class: Aws::Types::GenerativeChunkDataDetails
- Inherits:
-
Object
- Object
- Aws::Types::GenerativeChunkDataDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion ⇒ ::String
Returns the value of attribute completion.
-
#next_chunk_token ⇒ ::String
Returns the value of attribute next_chunk_token.
-
#references ⇒ ::Array[Types::DataSummary]
Returns the value of attribute references.
Instance Attribute Details
#completion ⇒ ::String
Returns the value of attribute completion.
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.
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.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def references @references end |