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)

8225
8226
8227
8228
8229
8230
# File 'lib/aws-sdk-chime/types.rb', line 8225

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)

8225
8226
8227
8228
8229
8230
# File 'lib/aws-sdk-chime/types.rb', line 8225

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