Class: Aws::GroundStation::Types::ListGroundStationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ground_station_listArray<Types::GroundStationData>

List of ground stations.

Returns:



2705
2706
2707
2708
2709
2710
# File 'lib/aws-sdk-groundstation/types.rb', line 2705

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

#next_tokenString

Next token that can be supplied in the next call to get the next page of ground stations.

Returns:

  • (String)


2705
2706
2707
2708
2709
2710
# File 'lib/aws-sdk-groundstation/types.rb', line 2705

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