Class: Aws::Chime::Types::GetChannelMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetChannelMessageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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.
4042 4043 4044 4045 4046 |
# File 'lib/aws-sdk-chime/types.rb', line 4042 class GetChannelMessageResponse < Struct.new( :channel_message) SENSITIVE = [] include Aws::Structure end |