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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/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)


3360
3361
3362
3363
3364
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3360

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