Class: Aws::Types::ListChannelsResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#channels::Array[Types::Channel]

Returns the value of attribute channels.



405
406
407
# File 'sig/types.rbs', line 405

def channels
  @channels
end

#next_token::String

Returns the value of attribute next_token.



406
407
408
# File 'sig/types.rbs', line 406

def next_token
  @next_token
end