Class: Aws::Chime::Types::ChannelBan

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


1138
1139
1140
1141
1142
1143
1144
1145
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1138

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:



1138
1139
1140
1141
1142
1143
1144
1145
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1138

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)


1138
1139
1140
1141
1142
1143
1144
1145
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1138

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:



1138
1139
1140
1141
1142
1143
1144
1145
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1138

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