ListConnectorEntitiesResponse

public struct ListConnectorEntitiesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let connectorEntityMap: [String : [ConnectorEntity]]
  • Undocumented

    Declaration

    Swift

    public init(connectorEntityMap: [String : [ConnectorEntity]])