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

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

#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>)


954
955
956
957
958
959
960
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 954

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

#event_nameString

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

Returns:

  • (String)


954
955
956
957
958
959
960
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 954

class SendEventRequest < Struct.new(
  :attributes,
  :event_name,
  :room_identifier)
  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)


954
955
956
957
958
959
960
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 954

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