GroundStation / Client / list_dataflow_endpoint_groups
list_dataflow_endpoint_groups¶
- GroundStation.Client.list_dataflow_endpoint_groups(**kwargs)¶
Returns a list of
DataflowEndpointgroups.See also: AWS API Documentation
Request Syntax
response = client.list_dataflow_endpoint_groups( maxResults=123, nextToken='string' )
- Parameters:
maxResults (integer) – Maximum number of dataflow endpoint groups returned.
nextToken (string) – Next token returned in the request of a previous
ListDataflowEndpointGroupscall. Used to get the next page of results.
- Return type:
dict
- Returns:
Response Syntax
{ 'nextToken': 'string', 'dataflowEndpointGroupList': [ { 'dataflowEndpointGroupId': 'string', 'dataflowEndpointGroupArn': 'string' }, ] }
Response Structure
(dict) –
nextToken (string) –
Next token returned in the response of a previous
ListDataflowEndpointGroupscall. Used to get the next page of results.dataflowEndpointGroupList (list) –
A list of dataflow endpoint groups.
(dict) –
Item in a list of
DataflowEndpointgroups.dataflowEndpointGroupId (string) –
UUID of a dataflow endpoint group.
dataflowEndpointGroupArn (string) –
ARN of a dataflow endpoint group.
Exceptions