Class: Aws::GroundStation::Types::ListConfigsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ListConfigsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config_list ⇒ Array<Types::ConfigListItem>
List of ‘Config` items.
-
#next_token ⇒ String
Next token returned in the response of a previous ‘ListConfigs` call.
Instance Attribute Details
#config_list ⇒ Array<Types::ConfigListItem>
List of ‘Config` items.
1928 1929 1930 1931 1932 1933 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1928 class ListConfigsResponse < Struct.new( :config_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next token returned in the response of a previous ‘ListConfigs` call. Used to get the next page of results.
1928 1929 1930 1931 1932 1933 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1928 class ListConfigsResponse < Struct.new( :config_list, :next_token) SENSITIVE = [] include Aws::Structure end |