Class: Aws::Chime::Types::UpdateChannelMessageResponse

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)


8391
8392
8393
8394
8395
8396
# File 'lib/aws-sdk-chime/types.rb', line 8391

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

#message_idString

The ID string of the message being updated.

Returns:

  • (String)


8391
8392
8393
8394
8395
8396
# File 'lib/aws-sdk-chime/types.rb', line 8391

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