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

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

#ground_station_listArray<Types::GroundStationData>

List of ground stations.

Returns:



2069
2070
2071
2072
2073
2074
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2069

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)


2069
2070
2071
2072
2073
2074
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2069

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