Class: Aws::Appflow::Types::ListConnectorEntitiesResponse

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

#connector_entity_mapHash<String,Array<Types::ConnectorEntity>>

The response of ListConnectorEntities lists entities grouped by category. This map's key represents the group name, and its value contains the list of entities belonging to that group.

Returns:



2871
2872
2873
2874
2875
2876
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2871

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

#next_tokenString

A token that you specify in your next ListConnectorEntities operation to get the next page of results in paginated response. The ListConnectorEntities operation provides this token if the response is too big for the page size.

Returns:

  • (String)


2871
2872
2873
2874
2875
2876
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2871

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