Class: Aws::ChimeSDKMessaging::Types::GetChannelMessageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::GetChannelMessageRequest
- 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 ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes 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.
1808 1809 1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1808 class GetChannelMessageRequest < Struct.new( :channel_arn, :message_id, :chime_bearer, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
1808 1809 1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1808 class GetChannelMessageRequest < Struct.new( :channel_arn, :message_id, :chime_bearer, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#message_id ⇒ String
The ID of the message.
1808 1809 1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1808 class GetChannelMessageRequest < 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 messages in a SubChannel that the user belongs to.
</note>
1808 1809 1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1808 class GetChannelMessageRequest < Struct.new( :channel_arn, :message_id, :chime_bearer, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |