Class: Aws::DevOpsAgent::Types::SendMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::SendMessageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Response structure for sending chat message events
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Types::SendMessageEvents
The stream of chat message events.
Instance Attribute Details
#events ⇒ Types::SendMessageEvents
The stream of chat message events
3891 3892 3893 3894 3895 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 3891 class SendMessageResponse < Struct.new( :events) SENSITIVE = [] include Aws::Structure end |