Class: Aws::Chime::Types::UpdateChannelMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateChannelMessageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
-
#message_id ⇒ String
The ID string of the message being updated.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
8391 8392 8393 8394 8395 8396 |
# File 'lib/aws-sdk-chime/types.rb', line 8391 class UpdateChannelMessageResponse < Struct.new( :channel_arn, :message_id) SENSITIVE = [] include Aws::Structure end |
#message_id ⇒ String
The ID string of the message being updated.
8391 8392 8393 8394 8395 8396 |
# File 'lib/aws-sdk-chime/types.rb', line 8391 class UpdateChannelMessageResponse < Struct.new( :channel_arn, :message_id) SENSITIVE = [] include Aws::Structure end |