Class: Aws::Types::ListChannelsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channels::Array[Types::ChannelInfo]

Returns the value of attribute channels.

Returns:



1041
1042
1043
# File 'sig/types.rbs', line 1041

def channels
  @channels
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def next_token
  @next_token
end