Class: Aws::Chime::Types::UpdateChannelReadMarkerResponse

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)


8421
8422
8423
8424
8425
# File 'lib/aws-sdk-chime/types.rb', line 8421

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