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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/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 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 1646

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