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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivschat/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)


970
971
972
973
974
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 970

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