Class: Aws::Types::ListChannelModeratorsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListChannelModeratorsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#channel_moderators ⇒ ::Array[Types::ChannelModeratorSummary]
Returns the value of attribute channel_moderators.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
637 638 639 |
# File 'sig/types.rbs', line 637 def channel_arn @channel_arn end |
#channel_moderators ⇒ ::Array[Types::ChannelModeratorSummary]
Returns the value of attribute channel_moderators.
639 640 641 |
# File 'sig/types.rbs', line 639 def channel_moderators @channel_moderators end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
638 639 640 |
# File 'sig/types.rbs', line 638 def next_token @next_token end |