Class: Aws::Types::ListChannelsAssociatedWithChannelFlowResponse

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

Returns the value of attribute channels.



651
652
653
# File 'sig/types.rbs', line 651

def channels
  @channels
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


652
653
654
# File 'sig/types.rbs', line 652

def next_token
  @next_token
end