Class: Aws::ChimeSDKMessaging::Types::UpdateChannelMessageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::UpdateChannelMessageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:content, :metadata, :content_type]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
-
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
-
#content ⇒ String
The content of the channel message.
-
#content_type ⇒ String
The content type of the channel message.
-
#message_id ⇒ String
The ID string of the message being updated.
-
#metadata ⇒ String
The metadata of the message being updated.
-
#sub_channel_id ⇒ String
The ID of the SubChannel in the request.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 |
# File '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_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 |
# File '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 ⇒ String
The content of the channel message.
3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 |
# File '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_type ⇒ String
The content type of the channel message.
3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 |
# File '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_id ⇒ String
The ID string of the message being updated.
3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 |
# File '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 |
#metadata ⇒ String
The metadata of the message being updated.
3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 |
# File '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_id ⇒ String
The ID of the SubChannel in the request.
<note markdown=“1”> Only required when updating messages in a SubChannel that the user belongs to.
</note>
3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 |
# File '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 |