Class: Aws::ChimeSDKMessaging::Types::ChannelBanSummary

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

Overview

Summary of the details of a ChannelBan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#memberTypes::Identity

The member being banned from a channel.

Returns:



341
342
343
344
345
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 341

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