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:



3075
3076
3077
3078
3079
3080
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3075

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)


3075
3076
3077
3078
3079
3080
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3075

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