Class: Aws::Chime::Types::ChannelModerator

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

Overview

The details of a channel moderator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the moderator's channel.

Returns:

  • (String)


1385
1386
1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1385

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

#created_byTypes::Identity

The AppInstanceUser who created the moderator.

Returns:



1385
1386
1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1385

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

#created_timestampTime

The time at which the moderator was created.

Returns:

  • (Time)


1385
1386
1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1385

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

#moderatorTypes::Identity

The moderator's data.

Returns:



1385
1386
1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1385

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