Class: Aws::Types::EmailResponseChunkDataDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:completion])

Instance Attribute Summary collapse

Instance Attribute Details

#completion::String

Returns the value of attribute completion.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def next_chunk_token
  @next_chunk_token
end