Class: Aws::ChimeSDKMessaging::Types::GetChannelMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::GetChannelMessageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_message ⇒ Types::ChannelMessage
The details of and content in the message.
Instance Attribute Details
#channel_message ⇒ Types::ChannelMessage
The details of and content in the message.
1823 1824 1825 1826 1827 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1823 class GetChannelMessageResponse < Struct.new( :channel_message) SENSITIVE = [] include Aws::Structure end |