Class: Aws::Appflow::Types::ListConnectorsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectorsArray<Types::ConnectorDetail>

Contains information about the connectors supported by Amazon AppFlow.

Returns:



2909
2910
2911
2912
2913
2914
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2909

class ListConnectorsResponse < Struct.new(
  :connectors,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.

Returns:

  • (String)


2909
2910
2911
2912
2913
2914
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2909

class ListConnectorsResponse < Struct.new(
  :connectors,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end