Class: Aws::Types::ContentBlockDeltaEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_block_index::Integer

Returns the value of attribute content_block_index.

Returns:

  • (::Integer)


286
287
288
# File 'sig/types.rbs', line 286

def content_block_index
  @content_block_index
end

#deltaTypes::ContentBlockDelta

Returns the value of attribute delta.



285
286
287
# File 'sig/types.rbs', line 285

def delta
  @delta
end

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


287
288
289
# File 'sig/types.rbs', line 287

def event_type
  @event_type
end