Class: Aws::ChimeSDKMessaging::Types::DescribeChannelBanResponse

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

#channel_banTypes::ChannelBan

The details of the ban.

Returns:



1442
1443
1444
1445
1446
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 1442

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