Class: Aws::Chime::Types::UpdateChannelReadMarkerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateChannelReadMarkerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
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 |