Method: Aws::Appflow::Types::DescribeConnectorsRequest#next_token

Defined in:
lib/aws-sdk-appflow/types.rb

#next_tokenString

The pagination token for the next page of data.

Returns:

  • (String)


1911
1912
1913
1914
1915
1916
1917
# File 'lib/aws-sdk-appflow/types.rb', line 1911

class DescribeConnectorsRequest < Struct.new(
  :connector_types,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end