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:



2131
2132
2133
2134
2135
2136
# File 'lib/aws-sdk-groundstation/types.rb', line 2131

class ListGroundStationsResponse < Struct.new(
  :ground_station_list,
  :next_token)
  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)


2131
2132
2133
2134
2135
2136
# File 'lib/aws-sdk-groundstation/types.rb', line 2131

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