Class: Aws::Types::ChannelModerator

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def channel_arn
  @channel_arn
end

#created_byTypes::Identity

Returns the value of attribute created_by.

Returns:



220
221
222
# File 'sig/types.rbs', line 220

def created_by
  @created_by
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


219
220
221
# File 'sig/types.rbs', line 219

def created_timestamp
  @created_timestamp
end

#moderatorTypes::Identity

Returns the value of attribute moderator.

Returns:



217
218
219
# File 'sig/types.rbs', line 217

def moderator
  @moderator
end