Class: Aws::Ivschat::Types::SendEventResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivschat/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

An identifier generated by Amazon IVS Chat. This identifier must be used in subsequent operations for this message, such as DeleteMessage.

Returns:

  • (String)


974
975
976
977
978
# File 'lib/aws-sdk-ivschat/types.rb', line 974

class SendEventResponse < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end