Class: Aws::Appflow::Types::ListConnectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ListConnectorsResponse
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connectors ⇒ Array<Types::ConnectorDetail>
Contains information about the connectors supported by Amazon AppFlow.
-
#next_token ⇒ String
The pagination token for the next page of data.
Instance Attribute Details
#connectors ⇒ Array<Types::ConnectorDetail>
Contains information about the connectors supported by Amazon AppFlow.
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_token ⇒ String
The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.
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 |