Class: Aws::ConnectParticipant::Types::SendEventResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::SendEventResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectparticipant/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#absolute_time ⇒ String
The time when the event was sent.
-
#id ⇒ String
The ID of the response.
Instance Attribute Details
#absolute_time ⇒ String
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.
591 592 593 594 595 596 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 591 class SendEventResponse < Struct.new( :id, :absolute_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the response.
591 592 593 594 595 596 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 591 class SendEventResponse < Struct.new( :id, :absolute_time) SENSITIVE = [] include Aws::Structure end |