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.


3886
3887
3888
3889
3890
# File 'lib/aws-sdk-chime/types.rb', line 3886

class GetChannelMessageResponse < Struct.new(
  :channel_message)
  SENSITIVE = []
  include Aws::Structure
end