Class: Aws::ChimeSDKMessaging::Types::CreateChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::CreateChannelResponse
- Defined in:
- gems/aws-sdk-chimesdkmessaging/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.
1253 1254 1255 1256 1257 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 1253 class CreateChannelResponse < Struct.new( :channel_arn) SENSITIVE = [] include Aws::Structure end |