Class: Aws::ChimeSDKMessaging::Types::UpdateChannelMessageResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)


3327
3328
3329
3330
3331
3332
3333
3334
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3327

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

#message_idString

The ID string of the message being updated.

Returns:

  • (String)


3327
3328
3329
3330
3331
3332
3333
3334
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3327

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

#statusTypes::ChannelMessageStatusStructure

The status of the message update.



3327
3328
3329
3330
3331
3332
3333
3334
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3327

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

#sub_channel_idString

The ID of the SubChannel in the response.

Returns:

  • (String)


3327
3328
3329
3330
3331
3332
3333
3334
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3327

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