Class: Aws::Types::EmailGenerativeAnswerChunkDataDetails
- Inherits:
-
Object
- Object
- Aws::Types::EmailGenerativeAnswerChunkDataDetails
- 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.
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.
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.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def references @references end |