Class: Aws::GroundStation::Types::ListConfigsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#config_listArray<Types::ConfigListItem>

List of Config items.

Returns:



1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1917

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

#next_tokenString

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

Returns:

  • (String)


1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1917

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