Class: Aws::Types::TextResponseEvent

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)


374
375
376
# File 'sig/types.rbs', line 374

def event_id
  @event_id
end

#event_type ⇒ Object

Returns the value of attribute event_type.

Returns:

  • (Object)


375
376
377
# File 'sig/types.rbs', line 375

def event_type
  @event_type
end

#messages ⇒ ::Array[Types::Message]

Returns the value of attribute messages.

Returns:



373
374
375
# File 'sig/types.rbs', line 373

def messages
  @messages
end