Class: Aws::Chime::Types::UpdateChannelReadMarkerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateChannelReadMarkerRequest
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
Note:
When making an API call, you may pass UpdateChannelReadMarkerRequest data as a hash:
{
channel_arn: "ChimeArn", # required
chime_bearer: "ChimeArn",
}
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.
10213 10214 10215 10216 10217 10218 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 10213 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.
10213 10214 10215 10216 10217 10218 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 10213 class UpdateChannelReadMarkerRequest < Struct.new( :channel_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |