Class: Aws::GroundStation::Types::ListDataflowEndpointGroupsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Maximum number of dataflow endpoint groups returned.

Returns:

  • (Integer)


2013
2014
2015
2016
2017
2018
# File 'lib/aws-sdk-groundstation/types.rb', line 2013

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

#next_tokenString

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

Returns:

  • (String)


2013
2014
2015
2016
2017
2018
# File 'lib/aws-sdk-groundstation/types.rb', line 2013

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