Class: Aws::ChimeSDKMessaging::Types::ChannelBan

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

Overview

The details of a channel ban.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel from which a member is being banned.

Returns:

  • (String)


324
325
326
327
328
329
330
331
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 324

class ChannelBan < Struct.new(
  :member,
  :channel_arn,
  :created_timestamp,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#created_byTypes::Identity

The AppInstanceUser who created the ban.

Returns:



324
325
326
327
328
329
330
331
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 324

class ChannelBan < Struct.new(
  :member,
  :channel_arn,
  :created_timestamp,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#created_timestampTime

The time at which the ban was created.

Returns:

  • (Time)


324
325
326
327
328
329
330
331
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 324

class ChannelBan < Struct.new(
  :member,
  :channel_arn,
  :created_timestamp,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#memberTypes::Identity

The member being banned from the channel.

Returns:



324
325
326
327
328
329
330
331
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 324

class ChannelBan < Struct.new(
  :member,
  :channel_arn,
  :created_timestamp,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end