Class: Aws::Chime::Types::UpdateChannelMessageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateChannelMessageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:content, :metadata]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
-
#chime_bearer ⇒ String
The `AppInstanceUserArn` of the user that makes the API call.
-
#content ⇒ String
The content of the message being updated.
-
#message_id ⇒ String
The ID string of the message being updated.
-
#metadata ⇒ String
The metadata of the message being updated.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
8205 8206 8207 8208 8209 8210 8211 8212 8213 |
# File 'lib/aws-sdk-chime/types.rb', line 8205 class UpdateChannelMessageRequest < Struct.new( :channel_arn, :message_id, :content, :metadata, :chime_bearer) SENSITIVE = [:content, :metadata] include Aws::Structure end |
#chime_bearer ⇒ String
The `AppInstanceUserArn` of the user that makes the API call.
8205 8206 8207 8208 8209 8210 8211 8212 8213 |
# File 'lib/aws-sdk-chime/types.rb', line 8205 class UpdateChannelMessageRequest < Struct.new( :channel_arn, :message_id, :content, :metadata, :chime_bearer) SENSITIVE = [:content, :metadata] include Aws::Structure end |
#content ⇒ String
The content of the message being updated.
8205 8206 8207 8208 8209 8210 8211 8212 8213 |
# File 'lib/aws-sdk-chime/types.rb', line 8205 class UpdateChannelMessageRequest < Struct.new( :channel_arn, :message_id, :content, :metadata, :chime_bearer) SENSITIVE = [:content, :metadata] include Aws::Structure end |
#message_id ⇒ String
The ID string of the message being updated.
8205 8206 8207 8208 8209 8210 8211 8212 8213 |
# File 'lib/aws-sdk-chime/types.rb', line 8205 class UpdateChannelMessageRequest < Struct.new( :channel_arn, :message_id, :content, :metadata, :chime_bearer) SENSITIVE = [:content, :metadata] include Aws::Structure end |
#metadata ⇒ String
The metadata of the message being updated.
8205 8206 8207 8208 8209 8210 8211 8212 8213 |
# File 'lib/aws-sdk-chime/types.rb', line 8205 class UpdateChannelMessageRequest < Struct.new( :channel_arn, :message_id, :content, :metadata, :chime_bearer) SENSITIVE = [:content, :metadata] include Aws::Structure end |