Class: Aws::ChimeSDKMessaging::Types::UpdateChannelMessageRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:content, :metadata, :content_type]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)


3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3297

class UpdateChannelMessageRequest < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :chime_bearer,
  :sub_channel_id,
  :content_type)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#chime_bearerString

The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.

Returns:

  • (String)


3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3297

class UpdateChannelMessageRequest < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :chime_bearer,
  :sub_channel_id,
  :content_type)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#contentString

The content of the channel message.

Returns:

  • (String)


3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3297

class UpdateChannelMessageRequest < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :chime_bearer,
  :sub_channel_id,
  :content_type)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#content_typeString

The content type of the channel message.

Returns:

  • (String)


3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3297

class UpdateChannelMessageRequest < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :chime_bearer,
  :sub_channel_id,
  :content_type)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#message_idString

The ID string of the message being updated.

Returns:

  • (String)


3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3297

class UpdateChannelMessageRequest < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :chime_bearer,
  :sub_channel_id,
  :content_type)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#metadataString

The metadata of the message being updated.

Returns:

  • (String)


3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3297

class UpdateChannelMessageRequest < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :chime_bearer,
  :sub_channel_id,
  :content_type)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end

#sub_channel_idString

The ID of the SubChannel in the request.

Only required when updating messages in a SubChannel that the user belongs to.

Returns:

  • (String)


3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3297

class UpdateChannelMessageRequest < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :chime_bearer,
  :sub_channel_id,
  :content_type)
  SENSITIVE = [:content, :metadata, :content_type]
  include Aws::Structure
end