Class: Aws::ChimeSDKMessaging::Types::UpdateChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::UpdateChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/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.
3405 3406 3407 3408 3409 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3405 class UpdateChannelResponse < Struct.new( :channel_arn) SENSITIVE = [] include Aws::Structure end |