Class: Aws::ChimeSDKMessaging::Types::GetChannelMessageStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::GetChannelMessageStatusRequest
- 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.
-
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user making the API call.
-
#message_id ⇒ String
The ID of the message.
-
#sub_channel_id ⇒ String
The ID of the SubChannel in the request.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel
1852 1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1852 class GetChannelMessageStatusRequest < Struct.new( :channel_arn, :message_id, :chime_bearer, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user making the API call.
1852 1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1852 class GetChannelMessageStatusRequest < Struct.new( :channel_arn, :message_id, :chime_bearer, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#message_id ⇒ String
The ID of the message.
1852 1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1852 class GetChannelMessageStatusRequest < Struct.new( :channel_arn, :message_id, :chime_bearer, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#sub_channel_id ⇒ String
The ID of the SubChannel in the request.
<note markdown=“1”> Only required when getting message status in a SubChannel that the user belongs to.
</note>
1852 1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1852 class GetChannelMessageStatusRequest < Struct.new( :channel_arn, :message_id, :chime_bearer, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |