Class: Aws::Types::ContentBlockStartEvent

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)


310
311
312
# File 'sig/types.rbs', line 310

def content_block_index
  @content_block_index
end

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


311
312
313
# File 'sig/types.rbs', line 311

def event_type
  @event_type
end

#startTypes::ContentBlockStart

Returns the value of attribute start.



309
310
311
# File 'sig/types.rbs', line 309

def start
  @start
end