Class: Aws::Types::ListChannelsResponse

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::ChannelSummary]

Returns the value of attribute channels.

Returns:



680
681
682
# File 'sig/types.rbs', line 680

def channels
  @channels
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def next_token
  @next_token
end