Class: Aws::Chime::Types::UpdateChannelReadMarkerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateChannelReadMarkerRequest
- 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.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
8408 8409 8410 8411 8412 8413 |
# File 'lib/aws-sdk-chime/types.rb', line 8408 class UpdateChannelReadMarkerRequest < Struct.new( :channel_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
8408 8409 8410 8411 8412 8413 |
# File 'lib/aws-sdk-chime/types.rb', line 8408 class UpdateChannelReadMarkerRequest < Struct.new( :channel_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |