Class: Aws::Types::ListChannelModeratorsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:next_token])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def next_token
  @next_token
end