Class: Aws::ChimeSDKMessaging::Types::ChannelModerator

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


889
890
891
892
893
894
895
896
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 889

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:



889
890
891
892
893
894
895
896
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 889

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)


889
890
891
892
893
894
895
896
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 889

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

#moderatorTypes::Identity

The moderator's data.

Returns:



889
890
891
892
893
894
895
896
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 889

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