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

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

Overview

Output for the ListDataflowEndpointGroups operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataflow_endpoint_group_list ⇒ Array<Types::DataflowEndpointListItem>

A list of dataflow endpoint groups.



3079
3080
3081
3082
3083
3084
# File 'lib/aws-sdk-groundstation/types.rb', line 3079

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

#next_token ⇒ String

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

Returns:

  • (String)


3079
3080
3081
3082
3083
3084
# File 'lib/aws-sdk-groundstation/types.rb', line 3079

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