Class: Aws::Types::CaseSummarizationChunkDataDetails
- Inherits:
-
Object
- Object
- Aws::Types::CaseSummarizationChunkDataDetails
- 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.
Instance Attribute Details
#completion ⇒ ::String
Returns the value of attribute completion.
406 407 408 |
# File 'sig/types.rbs', line 406 def completion @completion end |
#next_chunk_token ⇒ ::String
Returns the value of attribute next_chunk_token.
407 408 409 |
# File 'sig/types.rbs', line 407 def next_chunk_token @next_chunk_token end |