Class: Aws::QConnect::Types::MessageOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

The message output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message_idString

The identifier of a message.

Returns:

  • (String)


6501
6502
6503
6504
6505
6506
6507
6508
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6501

class MessageOutput < Struct.new(
  :message_id,
  :participant,
  :timestamp,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#participantString

The participant of a message.

Returns:

  • (String)


6501
6502
6503
6504
6505
6506
6507
6508
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6501

class MessageOutput < Struct.new(
  :message_id,
  :participant,
  :timestamp,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The timestamp of a message.

Returns:

  • (Time)


6501
6502
6503
6504
6505
6506
6507
6508
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6501

class MessageOutput < Struct.new(
  :message_id,
  :participant,
  :timestamp,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::MessageData

The value of a message data.

Returns:



6501
6502
6503
6504
6505
6506
6507
6508
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6501

class MessageOutput < Struct.new(
  :message_id,
  :participant,
  :timestamp,
  :value)
  SENSITIVE = []
  include Aws::Structure
end