Class: Aws::Ivschat::Types::DeleteMessageRequest

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

ID of the message to be deleted. This is the Id field in the received message (see Message (Subscribe) in the Chat Messaging API).

Returns:

  • (String)


355
356
357
358
359
360
361
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 355

class DeleteMessageRequest < Struct.new(
  :id,
  :reason,
  :room_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

Reason for deleting the message.

Returns:

  • (String)


355
356
357
358
359
360
361
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 355

class DeleteMessageRequest < Struct.new(
  :id,
  :reason,
  :room_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#room_identifierString

Identifier of the room where the message should be deleted. Currently this must be an ARN.

Returns:

  • (String)


355
356
357
358
359
360
361
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 355

class DeleteMessageRequest < Struct.new(
  :id,
  :reason,
  :room_identifier)
  SENSITIVE = []
  include Aws::Structure
end