Class: Aws::ChimeSDKMessaging::Types::DescribeChannelResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelTypes::Channel

The channel details.

Returns:



1646
1647
1648
1649
1650
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1646

class DescribeChannelResponse < Struct.new(
  :channel)
  SENSITIVE = []
  include Aws::Structure
end