Class: Aws::Types::EmailOverviewChunkDataDetails
- Inherits:
-
Object
- Object
- Aws::Types::EmailOverviewChunkDataDetails
- 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.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def completion @completion end |
#next_chunk_token ⇒ ::String
Returns the value of attribute next_chunk_token.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def next_chunk_token @next_chunk_token end |