Class: Aws::Chime::Types::UpdateChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateChannelResponse
- 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.
8465 8466 8467 8468 8469 |
# File 'lib/aws-sdk-chime/types.rb', line 8465 class UpdateChannelResponse < Struct.new( :channel_arn) SENSITIVE = [] include Aws::Structure end |