Class: Aws::Chime::Types::CreateChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateChannelResponse
- 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.
1991 1992 1993 1994 1995 |
# File 'lib/aws-sdk-chime/types.rb', line 1991 class CreateChannelResponse < Struct.new( :channel_arn) SENSITIVE = [] include Aws::Structure end |