Class: Aws::Chime::Types::UpdateChannelReadMarkerRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)

8242
8243
8244
8245
8246
8247
# File 'lib/aws-sdk-chime/types.rb', line 8242

class UpdateChannelReadMarkerRequest < Struct.new(
  :channel_arn,
  :chime_bearer)
  SENSITIVE = []
  include Aws::Structure
end

#chime_bearerString

The `AppInstanceUserArn` of the user that makes the API call.

Returns:

  • (String)

8242
8243
8244
8245
8246
8247
# File 'lib/aws-sdk-chime/types.rb', line 8242

class UpdateChannelReadMarkerRequest < Struct.new(
  :channel_arn,
  :chime_bearer)
  SENSITIVE = []
  include Aws::Structure
end