Class: Aws::ChimeSDKMessaging::Types::UpdateChannelReadMarkerResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)


3373
3374
3375
3376
3377
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3373

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