Class: Aws::Appflow::Types::ListConnectorEntitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ListConnectorEntitiesResponse
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_entity_map ⇒ Hash<String,Array<Types::ConnectorEntity>>
The response of
ListConnectorEntities
lists entities grouped by category.
Instance Attribute Details
#connector_entity_map ⇒ Hash<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.
4330 4331 4332 4333 4334 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4330 class ListConnectorEntitiesResponse < Struct.new( :connector_entity_map) SENSITIVE = [] include Aws::Structure end |