Class: Aws::ChimeSDKMessaging::Types::UpdateChannelMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::UpdateChannelMessageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/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.
-
#status ⇒ Types::ChannelMessageStatusStructure
The status of the message update.
-
#sub_channel_id ⇒ String
The ID of the SubChannel in the response.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
3327 3328 3329 3330 3331 3332 3333 3334 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3327 class UpdateChannelMessageResponse < Struct.new( :channel_arn, :message_id, :status, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#message_id ⇒ String
The ID string of the message being updated.
3327 3328 3329 3330 3331 3332 3333 3334 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3327 class UpdateChannelMessageResponse < Struct.new( :channel_arn, :message_id, :status, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::ChannelMessageStatusStructure
The status of the message update.
3327 3328 3329 3330 3331 3332 3333 3334 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3327 class UpdateChannelMessageResponse < Struct.new( :channel_arn, :message_id, :status, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#sub_channel_id ⇒ String
The ID of the SubChannel in the response.
3327 3328 3329 3330 3331 3332 3333 3334 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3327 class UpdateChannelMessageResponse < Struct.new( :channel_arn, :message_id, :status, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |