Class: Aws::Types::TextEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


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

def event_type
  @event_type
end

#flush_stream_configurationTypes::FlushStreamConfiguration

Returns the value of attribute flush_stream_configuration.



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

def flush_stream_configuration
  @flush_stream_configuration
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def text
  @text
end

#text_type"ssml", "text"

Returns the value of attribute text_type.

Returns:



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

def text_type
  @text_type
end