Class: Aws::Types::ListChannelsAssociatedWithChannelFlowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:next_token])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_flow_arn::String

Returns the value of attribute channel_flow_arn.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def channel_flow_arn
  @channel_flow_arn
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


645
646
647
# File 'sig/types.rbs', line 645

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def next_token
  @next_token
end