Class: Aws::Types::ListChannelsModeratedByAppInstanceUserResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:next_token])

Instance Attribute Summary collapse

Instance Attribute Details

#channels::Array[Types::ChannelModeratedByAppInstanceUserSummary]

Returns the value of attribute channels.



665
666
667
# File 'sig/types.rbs', line 665

def channels
  @channels
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def next_token
  @next_token
end