Class: Aws::Chime::Types::ChannelBan
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ChannelBan
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The details of a channel ban.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel from which a member is being banned.
-
#created_by ⇒ Types::Identity
The ‘AppInstanceUser` who created the ban.
-
#created_timestamp ⇒ Time
The time at which the ban was created.
-
#member ⇒ Types::Identity
The member being banned from the channel.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel from which a member is being banned.
1138 1139 1140 1141 1142 1143 1144 1145 |
# File '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_by ⇒ Types::Identity
The ‘AppInstanceUser` who created the ban.
1138 1139 1140 1141 1142 1143 1144 1145 |
# File '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_timestamp ⇒ Time
The time at which the ban was created.
1138 1139 1140 1141 1142 1143 1144 1145 |
# File 'lib/aws-sdk-chime/types.rb', line 1138 class ChannelBan < Struct.new( :member, :channel_arn, :created_timestamp, :created_by) SENSITIVE = [] include Aws::Structure end |
#member ⇒ Types::Identity
The member being banned from the channel.
1138 1139 1140 1141 1142 1143 1144 1145 |
# File 'lib/aws-sdk-chime/types.rb', line 1138 class ChannelBan < Struct.new( :member, :channel_arn, :created_timestamp, :created_by) SENSITIVE = [] include Aws::Structure end |