Class: Aws::Types::EmailResponseChunkDataDetails
- Inherits:
-
Object
- Object
- Aws::Types::EmailResponseChunkDataDetails
- 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.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def completion @completion end |
#next_chunk_token ⇒ ::String
Returns the value of attribute next_chunk_token.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def next_chunk_token @next_chunk_token end |