Class: Aws::Ivschat::Types::SendEventRequest

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

#attributesHash<String,String>

Application-defined metadata to attach to the event sent to clients. The maximum length of the metadata is 1 KB total.

Returns:

  • (Hash<String,String>)


958
959
960
961
962
963
964
# File 'lib/aws-sdk-ivschat/types.rb', line 958

class SendEventRequest < Struct.new(
  :room_identifier,
  :event_name,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#event_nameString

Application-defined name of the event to send to clients.

Returns:

  • (String)


958
959
960
961
962
963
964
# File 'lib/aws-sdk-ivschat/types.rb', line 958

class SendEventRequest < Struct.new(
  :room_identifier,
  :event_name,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#room_identifierString

Identifier of the room to which the event will be sent. Currently this must be an ARN.

Returns:

  • (String)


958
959
960
961
962
963
964
# File 'lib/aws-sdk-ivschat/types.rb', line 958

class SendEventRequest < Struct.new(
  :room_identifier,
  :event_name,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end