Class: Aws::Chime::Types::DescribeChannelBanResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_banTypes::ChannelBan

The details of the ban.

Returns:



3223
3224
3225
3226
3227
# File 'lib/aws-sdk-chime/types.rb', line 3223

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