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.
8225 8226 8227 8228 8229 8230 |
# File 'lib/aws-sdk-chime/types.rb', line 8225 class UpdateChannelMessageResponse < Struct.new( :channel_arn, :message_id) SENSITIVE = [] include Aws::Structure end |
#message_id ⇒ String
The ID string of the message being updated.
8225 8226 8227 8228 8229 8230 |
# File 'lib/aws-sdk-chime/types.rb', line 8225 class UpdateChannelMessageResponse < Struct.new( :channel_arn, :message_id) SENSITIVE = [] include Aws::Structure end |