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.
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_token ⇒ String
The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.
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 |