Class: Aws::Chime::Types::GetChannelMessageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetChannelMessageRequest
- 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.
-
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
-
#message_id ⇒ String
The ID of the message.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
4028 4029 4030 4031 4032 4033 4034 |
# File 'lib/aws-sdk-chime/types.rb', line 4028 class GetChannelMessageRequest < Struct.new( :channel_arn, :message_id, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
4028 4029 4030 4031 4032 4033 4034 |
# File 'lib/aws-sdk-chime/types.rb', line 4028 class GetChannelMessageRequest < Struct.new( :channel_arn, :message_id, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#message_id ⇒ String
The ID of the message.
4028 4029 4030 4031 4032 4033 4034 |
# File 'lib/aws-sdk-chime/types.rb', line 4028 class GetChannelMessageRequest < Struct.new( :channel_arn, :message_id, :chime_bearer) SENSITIVE = [] include Aws::Structure end |