You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListConfigsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  max_results: 1,
  next_token: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Maximum number of Configs returned.

Returns:

  • (Integer)

    Maximum number of Configs returned.

#next_tokenString

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

Returns:

  • (String)

    Next token returned in the request of a previous ListConfigs call.