Class: Aws::Chime::Types::GetChannelMessageResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_messageTypes::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