Class: Aws::Types::TranscriptEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_id ⇒ ::String

Returns the value of attribute event_id.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def event_id
  @event_id
end

#event_type ⇒ Object

Returns the value of attribute event_type.

Returns:

  • (Object)


388
389
390
# File 'sig/types.rbs', line 388

def event_type
  @event_type
end

#transcript ⇒ ::String

Returns the value of attribute transcript.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def transcript
  @transcript
end