Class: Aws::Chime::Types::SendChannelMessageResponse

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_arnString

The ARN of the channel.

Returns:

  • (String)


7580
7581
7582
7583
7584
7585
# File 'lib/aws-sdk-chime/types.rb', line 7580

class SendChannelMessageResponse < Struct.new(
  :channel_arn,
  :message_id)
  SENSITIVE = []
  include Aws::Structure
end

#message_idString

The ID string assigned to each message.

Returns:

  • (String)


7580
7581
7582
7583
7584
7585
# File 'lib/aws-sdk-chime/types.rb', line 7580

class SendChannelMessageResponse < Struct.new(
  :channel_arn,
  :message_id)
  SENSITIVE = []
  include Aws::Structure
end