Class: Aws::GroundStation::Types::ListDataflowEndpointGroupsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataflow_endpoint_group_listArray<Types::DataflowEndpointListItem>

A list of dataflow endpoint groups.



2021
2022
2023
2024
2025
2026
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2021

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

#next_tokenString

Next token returned in the response of a previous ListDataflowEndpointGroups call. Used to get the next page of results.

Returns:

  • (String)


2021
2022
2023
2024
2025
2026
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2021

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