Class: Aws::Chime::Types::DescribeChannelResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelTypes::Channel

The channel details.

Returns:



3388
3389
3390
3391
3392
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3388

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