Class: Aws::Chime::Types::ChannelBanSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/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:



1155
1156
1157
1158
1159
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1155

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