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

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

Overview

Input for the ListConfigs operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_results ⇒ Integer

Maximum number of Configs returned.

Returns:

  • (Integer)


2901
2902
2903
2904
2905
2906
# File 'lib/aws-sdk-groundstation/types.rb', line 2901

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

#next_token ⇒ String

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

Returns:

  • (String)


2901
2902
2903
2904
2905
2906
# File 'lib/aws-sdk-groundstation/types.rb', line 2901

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