Class: Aws::GroundStation::Types::ListConfigsRequest

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 ‘Configs` returned.

Returns:

  • (Integer)


1910
1911
1912
1913
1914
1915
# File 'lib/aws-sdk-groundstation/types.rb', line 1910

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

#next_tokenString

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

Returns:

  • (String)


1910
1911
1912
1913
1914
1915
# File 'lib/aws-sdk-groundstation/types.rb', line 1910

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