Class: Aws::GroundStation::Types::ListConfigsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ListConfigsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of ‘Configs` returned.
-
#next_token ⇒ String
Next token returned in the request of a previous ‘ListConfigs` call.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of ‘Configs` returned.
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_token ⇒ String
Next token returned in the request of a previous ‘ListConfigs` call. Used to get the next page of results.
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 |