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.
8371 8372 8373 8374 8375 8376 8377 8378 8379 |
# File 'lib/aws-sdk-chime/types.rb', line 8371 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.
8371 8372 8373 8374 8375 8376 8377 8378 8379 |
# File 'lib/aws-sdk-chime/types.rb', line 8371 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.
8371 8372 8373 8374 8375 8376 8377 8378 8379 |
# File 'lib/aws-sdk-chime/types.rb', line 8371 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.
8371 8372 8373 8374 8375 8376 8377 8378 8379 |
# File 'lib/aws-sdk-chime/types.rb', line 8371 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.
8371 8372 8373 8374 8375 8376 8377 8378 8379 |
# File 'lib/aws-sdk-chime/types.rb', line 8371 class UpdateChannelMessageRequest < Struct.new( :channel_arn, :message_id, :content, :metadata, :chime_bearer) SENSITIVE = [:content, :metadata] include Aws::Structure end |