Class: Aws::ChimeSDKMessaging::Types::UpdateChannelReadMarkerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::UpdateChannelReadMarkerRequest
- 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.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
3347 3348 3349 3350 3351 3352 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3347 class UpdateChannelReadMarkerRequest < Struct.new( :channel_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
3347 3348 3349 3350 3351 3352 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3347 class UpdateChannelReadMarkerRequest < Struct.new( :channel_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |