Class: Aws::Types::SendMessageContentBlockDelta

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

Defined Under Namespace

Classes: JsonDelta, TextDelta, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#json_deltaTypes::SendMessageJsonDelta

Returns the value of attribute json_delta.



1587
1588
1589
# File 'sig/types.rbs', line 1587

def json_delta
  @json_delta
end

#text_deltaTypes::SendMessageTextDelta

Returns the value of attribute text_delta.



1586
1587
1588
# File 'sig/types.rbs', line 1586

def text_delta
  @text_delta
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1588
1589
1590
# File 'sig/types.rbs', line 1588

def unknown
  @unknown
end