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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


7334
7335
7336
7337
7338
7339
7340
7341
# File 'lib/aws-sdk-qconnect/types.rb', line 7334

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

#participantString

The participant of a message.

Returns:

  • (String)


7334
7335
7336
7337
7338
7339
7340
7341
# File 'lib/aws-sdk-qconnect/types.rb', line 7334

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

#timestampTime

The timestamp of a message.

Returns:

  • (Time)


7334
7335
7336
7337
7338
7339
7340
7341
# File 'lib/aws-sdk-qconnect/types.rb', line 7334

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

#valueTypes::MessageData

The value of a message data.

Returns:



7334
7335
7336
7337
7338
7339
7340
7341
# File 'lib/aws-sdk-qconnect/types.rb', line 7334

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