Class: Aws::Types::ChannelModerator
- Inherits:
-
Object
- Object
- Aws::Types::ChannelModerator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#created_by ⇒ Types::Identity
Returns the value of attribute created_by.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#moderator ⇒ Types::Identity
Returns the value of attribute moderator.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
218 219 220 |
# File 'sig/types.rbs', line 218 def channel_arn @channel_arn end |
#created_by ⇒ Types::Identity
Returns the value of attribute created_by.
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.
219 220 221 |
# File 'sig/types.rbs', line 219 def end |
#moderator ⇒ Types::Identity
Returns the value of attribute moderator.
217 218 219 |
# File 'sig/types.rbs', line 217 def moderator @moderator end |