Class: Aws::ConnectParticipant::Types::SendEventResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#absolute_timeString

The time when the event was sent.

It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.

Returns:

  • (String)


591
592
593
594
595
596
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 591

class SendEventResponse < Struct.new(
  :id,
  :absolute_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the response.

Returns:

  • (String)


591
592
593
594
595
596
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 591

class SendEventResponse < Struct.new(
  :id,
  :absolute_time)
  SENSITIVE = []
  include Aws::Structure
end